I2C: S3C2410: Fixup error codes returned rom a transfer.
authorBen Dooks <ben-linux@fluff.org>
Tue, 1 Jul 2008 10:59:42 +0000 (11:59 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 1 Jul 2008 13:30:37 +0000 (14:30 +0100)
commit63f5c2891eae6b4dd0538ef094e5f256d6150d7b
tree80e2bf8859224af6818e1681366df774bcbde305
parent2709781be6141798162f1089df728fb218a590df
I2C: S3C2410: Fixup error codes returned rom a transfer.

The driver should be returning -ENXIO for transfers that do not
pass the initial address byte stage.

Note, also small tidyups to the driver comments in the area.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/i2c-s3c2410.c