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

Commit 66621f96 authored by Colin Ian King's avatar Colin Ian King Committed by Wolfram Sang
Browse files

i2c: viperboard: clean up inconsistent indenting



Minor clean up of indenting, no functional change

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
[wsa: squashed two lines into one]
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent a1f64317
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -392,8 +392,8 @@ static int vprbrd_i2c_probe(struct platform_device *pdev)
			0x0000, 0x0000, &vb_i2c->bus_freq_param, 1,
			0x0000, 0x0000, &vb_i2c->bus_freq_param, 1,
			VPRBRD_USB_TIMEOUT_MS);
			VPRBRD_USB_TIMEOUT_MS);
		if (ret != 1) {
		if (ret != 1) {
		dev_err(&pdev->dev,
			dev_err(&pdev->dev, "failure setting i2c_bus_freq to %d\n",
			"failure setting i2c_bus_freq to %d\n", i2c_bus_freq);
				i2c_bus_freq);
			return -EIO;
			return -EIO;
		}
		}
	} else {
	} else {