]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-max8997.c: fix incorrect return value on error
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 29 Apr 2013 23:20:11 +0000 (16:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:34 +0000 (18:28 -0700)
commit406dc00407edfa75c97123c7f8653e850358fb72
treef8a8c8f43b1f134f970752f9b1ff5d0af2b53a89
parentdbda161be8ae43133bbeac34da3ad99ffeb63556
drivers/rtc/rtc-max8997.c: fix incorrect return value on error

'ret' was being returned without initializing it to error code.  While at
it also remove duplicate return statement.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Jonghwa Lee <jonghwa3.lee@samsung.com>
Cc: Chiwoong Byun <woong.byun@samsung.com>
Cc: Laxman dewangan <ldewangan@nvidia.com>
Cc: Venu Byravarasu <vbyravarasu@nvidia.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-max8997.c