diff options
-rw-r--r-- | drivers/pnp/quirks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c index 37993206ae5d..1e8b1b4c09be 100644 --- a/drivers/pnp/quirks.c +++ b/drivers/pnp/quirks.c | |||
@@ -214,8 +214,8 @@ void pnp_fixup_device(struct pnp_dev *dev) | |||
214 | quirk = pnp_fixups[i].quirk_function; | 214 | quirk = pnp_fixups[i].quirk_function; |
215 | 215 | ||
216 | #ifdef DEBUG | 216 | #ifdef DEBUG |
217 | dev_dbg(&dev->dev, "calling quirk 0x%p", quirk); | 217 | dev_dbg(&dev->dev, "calling "); |
218 | print_fn_descriptor_symbol(": %s()\n", | 218 | print_fn_descriptor_symbol("%s()\n", |
219 | (unsigned long) *quirk); | 219 | (unsigned long) *quirk); |
220 | #endif | 220 | #endif |
221 | (*quirk)(dev); | 221 | (*quirk)(dev); |