Convert files to UTF-8 and some cleanups
[linux-flexiantxendom0-3.2.10.git] / drivers / i2c / algos / i2c-algo-pca.c
index 36fdf97..2a16211 100644 (file)
@@ -350,7 +350,7 @@ static int pca_init(struct i2c_algo_pca_data *adap)
        pca_outw(adap, I2C_PCA_ADR, own << 1);
 
        pca_set_con(adap, I2C_PCA_CON_ENSIO | clock);
-       udelay(500); /* 500 µs for oscilator to stabilise */
+       udelay(500); /* 500 µs for oscilator to stabilise */
 
        return 0;
 }