mfd: wm5110: Disable control interface error report for WM5110 rev B
It can misreport. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
396f70be54
commit
46ae368bfc
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ int arizona_irq_init(struct arizona *arizona)
|
|||
|
||||
switch (arizona->rev) {
|
||||
case 0:
|
||||
case 1:
|
||||
ctrlif_error = false;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue