All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] lis33: add retries for SPI mode
@ 2011-01-25 14:24 Alan Cox
  2011-01-25 15:24 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2011-01-25 14:24 UTC (permalink / raw)
  To: lm-sensors

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [lm-sensors] [PATCH] lis33: add retries for SPI mode
  2011-01-25 14:24 [lm-sensors] [PATCH] lis33: add retries for SPI mode Alan Cox
@ 2011-01-25 15:24 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2011-01-25 15:24 UTC (permalink / raw)
  To: lm-sensors

On Tue, Jan 25, 2011 at 09:24:37AM -0500, Alan Cox wrote:
> 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>

Subject doesn't match description nor the patch itself. Please resend with correct subject.

Is there another patch coming ?

Guenter

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-25 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-25 14:24 [lm-sensors] [PATCH] lis33: add retries for SPI mode Alan Cox
2011-01-25 15:24 ` Guenter Roeck

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.