Skip to content

Commit

Permalink
hwmon: (lis3) turn down the no IRQ message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kalhan Trisal authored and Guenter Roeck committed Jan 25, 2011
1 parent 86ca33e commit a20f0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/lis3lv02d.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a20f0bc

Please sign in to comment.