summaryrefslogtreecommitdiffstats
path: root/drivers/base/dd.c
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-11-22 00:42:06 +0100
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-11-22 00:42:06 +0100
commit300e812db26f4aa022e346f5fb9af1af134d98d8 (patch)
tree382b45253a704087e8aa0c770bf3fc2ad67d4b02 /drivers/base/dd.c
parentvideo: s3c-fb: fix transparency length for pixel blending (diff)
parentLinux 3.2-rc2 (diff)
downloadlinux-300e812db26f4aa022e346f5fb9af1af134d98d8.tar.xz
linux-300e812db26f4aa022e346f5fb9af1af134d98d8.zip
Merge commit 'v3.2-rc2' into fbdev-next
Diffstat (limited to 'drivers/base/dd.c')
-rw-r--r--drivers/base/dd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/base/dd.c b/drivers/base/dd.c
index 6658da743c3a..142e3d600f14 100644
--- a/drivers/base/dd.c
+++ b/drivers/base/dd.c
@@ -147,6 +147,9 @@ probe_failed:
printk(KERN_WARNING
"%s: probe of %s failed with error %d\n",
drv->name, dev_name(dev), ret);
+ } else {
+ pr_debug("%s: probe of %s rejects match %d\n",
+ drv->name, dev_name(dev), ret);
}
/*
* Ignore errors returned by ->probe so that the next driver can try