]> asedeno.scripts.mit.edu Git - linux.git/commit
firmware: use static inline for to_fw_priv()
authorLuis R. Rodriguez <mcgrof@kernel.org>
Mon, 20 Nov 2017 18:23:55 +0000 (10:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Nov 2017 10:18:43 +0000 (11:18 +0100)
commit942e743b73d0effc65895e4361b04534e24106cb
tree120a6be438389126fb40d29667776f684c9af1b8
parent33a5b18de2f5cac6de9b86e137cce2bbf02560d5
firmware: use static inline for to_fw_priv()

This lets us type check the callers.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c