diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-04 23:14:46 (GMT) |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-12-20 17:50:56 (GMT) |
commit | b5488b6e868454fb10d23278de5038cda98b13ab (patch) | |
tree | 1d6f618150d33f620465e85d610ff77a695a2fac | |
parent | 26bc4e0cc5426e86398d6780d160f02c0a347087 (diff) | |
download | linux-b5488b6e868454fb10d23278de5038cda98b13ab.tar.xz |
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>
-rw-r--r-- | drivers/mfd/wm8994-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/wm8994-core.c b/drivers/mfd/wm8994-core.c index 5d6ba13..61894fc 100644 --- a/drivers/mfd/wm8994-core.c +++ b/drivers/mfd/wm8994-core.c @@ -239,6 +239,7 @@ static int wm8994_suspend(struct device *dev) switch (wm8994->type) { case WM8958: + case WM1811: ret = wm8994_reg_read(wm8994, WM8958_MIC_DETECT_1); if (ret < 0) { dev_err(dev, "Failed to read power status: %d\n", ret); |