commit | 2709781be6141798162f1089df728fb218a590df | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue Jul 01 11:59:41 2008 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Tue Jul 01 14:30:37 2008 +0100 |
tree | 0312bb3debaf0cd422bf6783a574a67730b1c9c5 | |
parent | e1441b9a41c33aa9236008a7cfe49a8e723fb397 [diff] |
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 <ben-linux@fluff.org>