Commit eec74a25 authored by Jean Delvare's avatar Jean Delvare

i2c-algo-pca: Drop duplicate variable

Thanks to -Wshadow.
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Reviewed-by: default avatarWolfram Sang <w.sang@pengutronix.de>
parent 6de468ae
......@@ -453,8 +453,6 @@ static int pca_init(struct i2c_adapter *adap)
*/
int raise_fall_time;
struct i2c_algo_pca_data *pca_data = adap->algo_data;
/* Ignore the reset function from the module,
* we can use the parallel bus reset
*/
......
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