{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 23:11:43 +0000 (16:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 23:11:43 +0000 (16:11 -0700)
commit2e532d68a2b3e2aa6b19731501222069735c741c
treea2f37d0bc798fa186270b44a7064519a55530931
parent52ad096465d60ee7fdc99583f969a99a1166c7c3
{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()

I dunno how this missed Bjorn and his quest to use %pF in commit
c80cfb0406c01bb5da91bfe30f5cb1fd96831138 ("vsprintf: use new vsprintf
symbolic function pointer format"), but it did.

So use %pF in the two remaining places that still tried to print out
function pointers by hand.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pci/quirks.c
drivers/pnp/quirks.c