Skip to content

Commit

Permalink
mfd: wm5110: Disable control interface error report for WM5110 rev B
Browse files Browse the repository at this point in the history
It can misreport.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Sep 28, 2012
1 parent 396f70b commit 46ae368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/arizona-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ int arizona_irq_init(struct arizona *arizona)

switch (arizona->rev) {
case 0:
case 1:
ctrlif_error = false;
break;
default:
Expand Down

0 comments on commit 46ae368

Please sign in to comment.