]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] I2C: pcf8574 driver cleanup
authorJean Delvare <khali@linux-fr.org>
Sat, 4 Jun 2005 11:17:43 +0000 (13:17 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 04:52:03 +0000 (21:52 -0700)
commitc159c490c3d49a396e41dd653dc6f27c14cb93a4
treedd9037caf6acb546abe76f76d60987b8d870a1e4
parent51e0bf5ed614855fe0030e94020284bb5b3a3405
[PATCH] I2C: pcf8574 driver cleanup

I found a possible cleanup in the pcf8574 driver. We don't need to store
the read value in our private data structure, as we then never use it
again. I asked Aurelien and he is fine with the change. Please apply,
thanks.

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