public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mfd: wm5110: Disable control interface error report for WM5110 rev B
@ 2012-09-26 17:00 Mark Brown
  2012-09-26 17:00 ` [PATCH 2/2] mfd: wm5110: Add register patches for revision B Mark Brown
  2012-09-28 21:58 ` [PATCH 1/2] mfd: wm5110: Disable control interface error report for WM5110 rev B Samuel Ortiz
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Brown @ 2012-09-26 17:00 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: linux-kernel, patches, Mark Brown

It can misreport.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 drivers/mfd/arizona-irq.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/arizona-irq.c b/drivers/mfd/arizona-irq.c
index f7886c8..ef0f2d0 100644
--- a/drivers/mfd/arizona-irq.c
+++ b/drivers/mfd/arizona-irq.c
@@ -192,6 +192,7 @@ int arizona_irq_init(struct arizona *arizona)
 
 		switch (arizona->rev) {
 		case 0:
+		case 1:
 			ctrlif_error = false;
 			break;
 		default:
-- 
1.7.10.4


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

end of thread, other threads:[~2012-09-28 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 17:00 [PATCH 1/2] mfd: wm5110: Disable control interface error report for WM5110 rev B Mark Brown
2012-09-26 17:00 ` [PATCH 2/2] mfd: wm5110: Add register patches for revision B Mark Brown
2012-09-28 22:02   ` Samuel Ortiz
2012-09-28 21:58 ` [PATCH 1/2] mfd: wm5110: Disable control interface error report for WM5110 rev B Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox