summaryrefslogtreecommitdiff
path: root/xhfc
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2012-02-15 18:06:55 +0100
committerGuillaume Knispel <gknispel@proformatique.com>2012-02-15 18:06:55 +0100
commitaf8ad1dd6ffae6bd924dd4bb8628a79364f91e23 (patch)
treebb13b15b24b87b7374462da23633db523e380f4f /xhfc
parentd04f05e2dbac383dc797e3fc43f67c0c7d2dac48 (diff)
simpler trace
Diffstat (limited to 'xhfc')
-rw-r--r--xhfc/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xhfc/base.c b/xhfc/base.c
index 6d3df56..900d78b 100644
--- a/xhfc/base.c
+++ b/xhfc/base.c
@@ -1395,7 +1395,7 @@ xhfc_pnp_init_one(struct pnp_dev *dev, const struct pnp_device_id *dev_id)
}
printk(KERN_DEBUG DRIVER_NAME
- ": xhfc_pnp_init_one: pnp device %s (pnp id=%s)\n",
+ ": xhfc_pnp_init_one: pnp device %s (id=%s)\n",
pnp_dev_name(dev), dev_id->id);
if (reset_gpio == GPIO_FROM_PLATFORM_DESC) {