]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
rtc-pcf8583: Don't abuse I2C_M_NOSTART
authorJean Delvare <khali@linux-fr.org>
Wed, 6 Feb 2008 09:38:41 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:13 +0000 (10:41 -0800)
commit037e291cc77a4beb0379a8c74e3d82e49a476b84
treeda5ab620aab7dc37e2b27e28e333a8275bc7e9a1
parent09b6bdb3b6a95fe270107c2831e033f9cb233d2d
rtc-pcf8583: Don't abuse I2C_M_NOSTART

The rtc-pcf8583 driver is using the I2C_M_NOSTART flag but shouldn't.  This
flag is only meant for broken chips and the PCF8583 RTC chip is not one of
these.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-pcf8583.c