From: Russell King Date: Thu, 16 May 2013 20:37:11 +0000 (+0100) Subject: I2C: mv64xxx: remove I2C_M_NOSTART code X-Git-Tag: v3.11-rc1~87^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6bce5319a54c050af26e095287472854abccfd;p=pandora-kernel.git 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 Acked-by: Mark A. Greer Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed