[PATCH] i2c: Rename i2c-parport variable to avoid confusion
authorJean Delvare <khali@linux-fr.org>
Fri, 7 Oct 2005 22:17:35 +0000 (00:17 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 21:02:10 +0000 (14:02 -0700)
commit6c129be8c7bd1bdbd47ba8e17f6e5053ef04aee8
treeee63ddf9651ae49a2b48615135ea338ba9e12bb9
parent30dac7469741906436b50f9413dccd446366d371
[PATCH] i2c: Rename i2c-parport variable to avoid confusion

It's a bit confusing to name a variable the same as an unrelated
structure. The compiler doesn't complain, but it certainly makes the
code harder to understand, and could confuse grep and LXR among
others.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/busses/i2c-parport.c