Skip to content

Commit

Permalink
i2c-algo-pca: Drop duplicate variable
Browse files Browse the repository at this point in the history
Thanks to -Wshadow.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
  • Loading branch information
Jean Delvare committed Mar 2, 2010
1 parent 6de468a commit eec74a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/i2c/algos/i2c-algo-pca.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit eec74a2

Please sign in to comment.