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

Commit 0e6dd6a2 authored by Shailendra Verma's avatar Shailendra Verma Committed by Wolfram Sang
Browse files

i2c: algo-pca: fix typo in comment

parent 95cc1e3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -521,7 +521,7 @@ static int pca_init(struct i2c_adapter *adap)

		pca_set_con(pca_data, I2C_PCA_CON_ENSIO);
	}
	udelay(500); /* 500 us for oscilator to stabilise */
	udelay(500); /* 500 us for oscillator to stabilise */

	return 0;
}