mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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>
This commit is contained in:
parent
26bc4e0cc5
commit
b5488b6e86
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user