From: Ben Dooks Date: Tue, 1 Jul 2008 10:59:41 +0000 (+0100) Subject: I2C: S3C2410: Check ACK on byte transmission X-Git-Tag: v2.6.26-rc9~69^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2709781be6141798162f1089df728fb218a590df;p=pandora-kernel.git I2C: S3C2410: Check ACK on byte transmission We should check for the reception of an ACK after transmitting each data byte. The address send has been correctly checking this, but the data write byte state should have also been checking for these failures. As part of the same fix, we remove the ACK checking from the receive path where it should not have been checking for an ACK which our hardware was sending. Signed-off-by: Ben Dooks --- Reading git-diff-tree failed