diff options
Diffstat (limited to 'drivers/pnp/quirks.c')
-rw-r--r-- | drivers/pnp/quirks.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c index d15e2b77af88..c144bd575611 100644 --- a/drivers/pnp/quirks.c +++ b/drivers/pnp/quirks.c | |||
@@ -338,8 +338,7 @@ void pnp_fixup_device(struct pnp_dev *dev) | |||
338 | if (!compare_pnp_id(dev->id, f->id)) | 338 | if (!compare_pnp_id(dev->id, f->id)) |
339 | continue; | 339 | continue; |
340 | #ifdef DEBUG | 340 | #ifdef DEBUG |
341 | dev_dbg(&dev->dev, "%s: calling ", f->id); | 341 | dev_dbg(&dev->dev, "%s: calling %pF\n", f->id, f->quirk_function); |
342 | print_fn_descriptor_symbol("%s\n", f->quirk_function); | ||
343 | #endif | 342 | #endif |
344 | f->quirk_function(dev); | 343 | f->quirk_function(dev); |
345 | } | 344 | } |