diff options
author | Kalhan Trisal <kalhan.trisal@intel.com> | 2011-01-25 14:24:37 +0000 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-25 09:10:50 -0800 |
commit | a20f0bc10c47fcf62be027e1a50b62791052ab56 (patch) | |
tree | 63ad7a3ff7e6d2eee503048787784d4f85ee304a /drivers/hwmon/lis3lv02d.c | |
parent | 86ca33e82597c0aeb15fbdfb9619e86ef6b0f704 (diff) | |
download | talos-op-linux-a20f0bc10c47fcf62be027e1a50b62791052ab56.tar.gz talos-op-linux-a20f0bc10c47fcf62be027e1a50b62791052ab56.zip |
hwmon: (lis3) turn down the no IRQ message
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>
Diffstat (limited to 'drivers/hwmon/lis3lv02d.c')
-rw-r--r-- | drivers/hwmon/lis3lv02d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lis3lv02d.c b/drivers/hwmon/lis3lv02d.c index 1b674b7d4584..d805e8e57967 100644 --- 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; } |