]> git.karo-electronics.de Git - karo-tx-linux.git/commit
I2C: mv64xxx: remove I2C_M_NOSTART code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 16 May 2013 20:37:11 +0000 (21:37 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 5 Jun 2013 21:06:47 +0000 (23:06 +0200)
commitaa6bce5319a54c050af26e095287472854abccfd
tree9de9ce8d15224a60072f28056a8d5f2493d198b6
parent0c195afb8741c32974266ba7c964481ba418b4b5
I2C: mv64xxx: remove I2C_M_NOSTART code

As this driver does not advertise protocol mangling support
(I2C_FUNC_PROTOCOL_MANGLING is not set), having code to act on
I2C_M_NOSTART is illogical, and in any case isn't supportable on
anything but the first message - which makes no sense.  Remove
the I2C_M_NOSTART code.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-mv64xxx.c