Commit b5488b6e868454fb10d23278de5038cda98b13ab

Authored by Mark Brown
Committed by Samuel Ortiz
1 parent 26bc4e0cc5

mfd: Update wm8994 active device checks for WM1811

This didn't go in as part of the original MFD patch for WM1811 due to
cross tree issues.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/mfd/wm8994-core.c
... ... @@ -239,6 +239,7 @@
239 239  
240 240 switch (wm8994->type) {
241 241 case WM8958:
  242 + case WM1811:
242 243 ret = wm8994_reg_read(wm8994, WM8958_MIC_DETECT_1);
243 244 if (ret < 0) {
244 245 dev_err(dev, "Failed to read power status: %d\n", ret);