Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a20f0bc1 authored by Kalhan Trisal's avatar Kalhan Trisal Committed by Guenter Roeck
Browse files

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: default avatarKalhan Trisal <kalhan.trisal@intel.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Acked-by: default avatarEric Piel <eric.piel@tremplin-utc.net>
Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
parent 86ca33e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}