]> Pileus Git - ~andy/linux/commit
drivers/rtc/rtc-s3c.c: remove unnecessary err_nores label
authorTushar Behera <tushar.behera@linaro.org>
Tue, 18 Dec 2012 00:02:45 +0000 (16:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:21 +0000 (17:15 -0800)
commit076c7265488cc4016c6502f3f9d8dbf1e97fd147
tree4daa2ec2f31d3cb0ccea6cd47aae2393d19623cc
parentf803f0d079ded4272d7a1c9813bfd24c58b8ee5f
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 <tushar.behera@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-s3c.c