forked from luck/tmp_suning_uos_patched
mfd: Show correct device id for wm8400
Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
f0447a690e
commit
1fa93bb292
@ -271,8 +271,7 @@ static int wm8400_init(struct wm8400 *wm8400,
|
||||
return -EIO;
|
||||
}
|
||||
if (i != reg_data[WM8400_RESET_ID].default_val) {
|
||||
dev_err(wm8400->dev, "Device is not a WM8400, ID is %x\n",
|
||||
reg);
|
||||
dev_err(wm8400->dev, "Device is not a WM8400, ID is %x\n", i);
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user