Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264877
b: refs/heads/master
c: bcbe4f9
h: refs/heads/master
i:
  264875: fdffaee
v: v3
  • Loading branch information
Wolfram Sang authored and Greg Kroah-Hartman committed Sep 26, 2011
1 parent 15cc84d commit b6cabcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54f23eb7ba7619de85d8edca6e5336bc33072dbd
refs/heads/master: bcbe4f94d15ae1c985336bb3c35605e595fdde0d
3 changes: 3 additions & 0 deletions trunk/drivers/base/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ static int really_probe(struct device *dev, struct device_driver *drv)
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
Expand Down

0 comments on commit b6cabcf

Please sign in to comment.