X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fpnp%2Fdriver.c;h=a262762c5b8836e0dc5091317e43359b67443fc9;hb=4ccd3329a2e51473a86547a55f9e5f98f8f65b33;hp=2fa64a6b25c86d7c69fc053999463c0b6ff3cda0;hpb=25c87f7f2a4fc3e50a7912b1c78405d454d1c4d9;p=linux-2.6-omap-h63xx.git diff --git a/drivers/pnp/driver.c b/drivers/pnp/driver.c index 2fa64a6b25c..a262762c5b8 100644 --- a/drivers/pnp/driver.c +++ b/drivers/pnp/driver.c @@ -86,9 +86,6 @@ static int pnp_device_probe(struct device *dev) pnp_dev = to_pnp_dev(dev); pnp_drv = to_pnp_driver(dev->driver); - pnp_dbg("match found with the PnP device '%s' and the driver '%s'", - dev->bus_id, pnp_drv->name); - error = pnp_device_attach(pnp_dev); if (error < 0) return error; @@ -116,6 +113,8 @@ static int pnp_device_probe(struct device *dev) error = 0; } else goto fail; + + dev_dbg(dev, "driver attached\n"); return error; fail: