usb: gadget: storage_common: Make fsg_lun_is_open() a function.
authorMichal Nazarewicz <mina86@mina86.com>
Tue, 6 Nov 2012 21:52:39 +0000 (22:52 +0100)
committerFelipe Balbi <balbi@ti.com>
Thu, 8 Nov 2012 14:04:04 +0000 (16:04 +0200)
commitfea20dbcfd6673d73d510984589897bd921c8a1d
treeba65cac9f5a3664afc74452f6105760970af15a6
parent8575f7a70610c89135c374e4305421c41e39e810
usb: gadget: storage_common: Make fsg_lun_is_open() a function.

Since function-line macros are to be avoided, this commit replaces
the fsg_lun_is_open() macro with a static inline function.

While at it, this commit also adds “inline” modifier to the
fsg_lun_from_dev() function.

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/storage_common.c