staging: most: define iface_to_hdm as an inline function
authorMenna Mahmoud <eng.mennamahmoud.mm@gmail.com>
Mon, 20 Mar 2023 21:22:39 +0000 (23:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Mar 2023 09:17:17 +0000 (10:17 +0100)
commitc388adce927c302dc740a550e79236f4dc9864b7
tree9f00f8df6840c0f93c2fa1677866778f11295bda
parent8f51a66a629b67a11250f555b89aa8d91137ed94
staging: most: define iface_to_hdm as an inline function

Convert `iface_to_hdm` 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>
Link: https://lore.kernel.org/r/20230320212239.22452-1-eng.mennamahmoud.mm@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/dim2/dim2.c