commit | aa6bce5319a54c050af26e095287472854abccfd | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu May 16 21:37:11 2013 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Wed Jun 05 23:06:47 2013 +0200 |
tree | 9de9ce8d15224a60072f28056a8d5f2493d198b6 | |
parent | 0c195afb8741c32974266ba7c964481ba418b4b5 [diff] |
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>