From: Sachin Kamat Date: Tue, 12 Nov 2013 23:10:27 +0000 (-0800) Subject: drivers/rtc/rtc-max6900.c: remove redundant checks X-Git-Tag: v3.13-rc1~106^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f16189aca0e2c6395e7fd6593c3a3063764c628d;p=pandora-kernel.git drivers/rtc/rtc-max6900.c: remove redundant checks i2c_smbus_write_byte_data() returns negative errno on failure or 0 on success. Return the value obtained from it directly. Signed-off-by: Sachin Kamat Cc: Jingoo Han Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed