From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [PATCH] lis33: add retries for SPI mode
Date: Tue, 25 Jan 2011 14:24:37 +0000 [thread overview]
Message-ID: <20110125142426.9713.52651.stgit@bob.linux.org.uk> (raw)
From: Kalhan Trisal <kalhan.trisal@intel.com>
Turn down the no IRQ message - on some platforms that's a normal state of
affairs.
Signed-off-by: Alan Cox <alan@linux.intel.com>
---
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 1b674b7..d805e8e 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;
}
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next reply other threads:[~2011-01-25 14:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-25 14:24 Alan Cox [this message]
2011-01-25 15:24 ` [lm-sensors] [PATCH] lis33: add retries for SPI mode Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110125142426.9713.52651.stgit@bob.linux.org.uk \
--to=alan@lxorguk.ukuu.org.uk \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.