From: Tushar Behera Date: Tue, 18 Dec 2012 00:02:45 +0000 (-0800) Subject: drivers/rtc/rtc-s3c.c: remove unnecessary err_nores label X-Git-Tag: v3.8-rc1~74^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076c7265488cc4016c6502f3f9d8dbf1e97fd147;p=pandora-kernel.git drivers/rtc/rtc-s3c.c: remove unnecessary err_nores label err_nores label redirects to a simple return statement. Move the return statement to caller location and remove the label. Signed-off-by: Tushar Behera Cc: Alessandro Zummo Cc: Grant Likely Cc: Rob Herring Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed