OSDN Git Service

staging: rtl8723bs: use inline functions for dvobj_to_dev
authorMenna Mahmoud <eng.mennamahmoud.mm@gmail.com>
Sun, 19 Mar 2023 20:11:34 +0000 (22:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Mar 2023 09:18:01 +0000 (10:18 +0100)
commit288dee556536f07f51df4b0d265c83be73991fb1
tree1b38d1aa2785051058fea6f58b85f0e907de793d
parentc388adce927c302dc740a550e79236f4dc9864b7
staging: rtl8723bs: use inline functions for dvobj_to_dev

Convert `dvobj_to_dev` macro into a static inline function.
it is not great to have macro that use `container_of` macro,
because from looking at the definition one cannot tell
what type it applies to.

One can get the same benefit from an efficiency point of view
by making an inline function.

Suggested-by: Julia Lawall <julia.lawall@inria.fr>
Signed-off-by: Menna Mahmoud <eng.mennamahmoud.mm@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230319201134.253839-1-eng.mennamahmoud.mm@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/drv_types.h