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

Commit bca71ba0 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Wolfram Sang
Browse files

i2c: uniphier: fix typos in error messages

parent e6244dee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ static int uniphier_fi2c_clk_init(struct device *dev,
		bus_speed = UNIPHIER_FI2C_DEFAULT_SPEED;

	if (!bus_speed) {
		dev_err(dev, "clock-freqyency should not be zero\n");
		dev_err(dev, "clock-frequency should not be zero\n");
		return -EINVAL;
	}

+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ static int uniphier_i2c_clk_init(struct device *dev,
		bus_speed = UNIPHIER_I2C_DEFAULT_SPEED;

	if (!bus_speed) {
		dev_err(dev, "clock-freqyency should not be zero\n");
		dev_err(dev, "clock-frequency should not be zero\n");
		return -EINVAL;
	}