projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63788ea
)
[PATCH] w1: more debug level decrease.
author
Evgeniy Polyakov
<johnpol@2ka.mipt.ru>
Fri, 12 Aug 2005 18:46:22 +0000
(11:46 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 12 Aug 2005 19:55:02 +0000
(12:55 -0700)
Do not spam syslog each 10 seconds when there is nothing on the wire.
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/w1/w1.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/w1/w1.c
b/drivers/w1/w1.c
index 8a9c4282250225c7a431ea62b3c5e87c98777f30..0bbf029b1ef1658f99b537fa690a10186275b486 100644
(file)
--- a/
drivers/w1/w1.c
+++ b/
drivers/w1/w1.c
@@
-593,7
+593,7
@@
void w1_search(struct w1_master *dev, w1_slave_found_callback cb)
* Return 0 - device(s) present, 1 - no devices present.
*/
if (w1_reset_bus(dev)) {
- dev_
info
(&dev->dev, "No devices present on the wire.\n");
+ dev_
dbg
(&dev->dev, "No devices present on the wire.\n");
break;
}