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

Commit 1fa93bb2 authored by Axel Lin's avatar Axel Lin Committed by Samuel Ortiz
Browse files

mfd: Show correct device id for wm8400

parent f0447a69
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
	}