projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ca33e
)
hwmon: (lis3) turn down the no IRQ message
author
Kalhan Trisal
<kalhan.trisal@intel.com>
Tue, 25 Jan 2011 14:24:37 +0000
(14:24 +0000)
committer
Guenter Roeck
<guenter.roeck@ericsson.com>
Tue, 25 Jan 2011 17:10:50 +0000
(09:10 -0800)
Turn down the no IRQ message - on some platforms that's a normal state of
affairs.
Signed-off-by: Kalhan Trisal <kalhan.trisal@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Acked-by: Eric Piel <eric.piel@tremplin-utc.net>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/lis3lv02d.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/lis3lv02d.c
b/drivers/hwmon/lis3lv02d.c
index 1b674b7d4584ee74b1f8399f87ea9d5e62c22dfc..d805e8e579671d4218a9e1517a487aca1daed761 100644
(file)
--- a/
drivers/hwmon/lis3lv02d.c
+++ b/
drivers/hwmon/lis3lv02d.c
@@
-957,7
+957,7
@@
int lis3lv02d_init_device(struct lis3lv02d *dev)
/* bail if we did not get an IRQ from the bus layer */
if (!dev->irq) {
- pr_
err
("No IRQ. Disabling /dev/freefall\n");
+ pr_
debug
("No IRQ. Disabling /dev/freefall\n");
goto out;
}