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

i2c: algo-pca: fix typo in comment

Signed-off-by: default avatarShailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 95cc1e3d
...@@ -521,7 +521,7 @@ static int pca_init(struct i2c_adapter *adap) ...@@ -521,7 +521,7 @@ static int pca_init(struct i2c_adapter *adap)
pca_set_con(pca_data, I2C_PCA_CON_ENSIO); 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; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment