Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46ae368b authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz
Browse files

mfd: wm5110: Disable control interface error report for WM5110 rev B



It can misreport.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 396f70be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -192,6 +192,7 @@ int arizona_irq_init(struct arizona *arizona)

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