]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
i2c/max6875: Really prevent 24RF08 corruption
authorJean Delvare <khali@linux-fr.org>
Mon, 19 May 2008 09:14:02 +0000 (11:14 +0200)
committerChris Wright <chrisw@sous-sol.org>
Mon, 9 Jun 2008 18:27:00 +0000 (11:27 -0700)
commit4715fd51f30c385fbc45ceb38dcd9a495487a2f8
treee76e6881eb00d5687ba22d525b15f85699e00a5d
parent6c1e0ffbb2119b4e6416210969901f9c5d792aed
i2c/max6875: Really prevent 24RF08 corruption

commit 70455e790391dac85d9b483a9e286a40df1ecc7f in upstream

i2c-core takes care of the possible corruption of 24RF08 chips for
quite some times, so device drivers no longer need to do it. And they
really should not, as applying the prevention twice voids it.

I thought that I had fixed all drivers long ago but apparently I had
missed that one.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Ben Gardner <bgardner@wabtec.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/i2c/chips/max6875.c