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 Nov 20, 2012
1 parent d591ad8 commit 944b058
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 @@ -178,6 +178,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 944b058

Please sign in to comment.