Attention is currently required from: fixeria. laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/28549 )
Change subject: trxcon: return prim pointer from l1sched_prim_alloc() ......................................................................
Patch Set 3: Code-Review-1
(1 comment)
Patchset:
PS3: well an _init() function is expected to initialize something that was provided by the caller. Now the funciton is called _alloc() which hints that is allocating something.
Your commit log just mentions about the pointer return value and nothing about the rename. If the function really is allocating some memory, then the rename makes sense - but that should be mentioned.