i2c: s3c2410: Remove unnecessary label err_noclk
authorTushar Behera <tushar.behera@linaro.org>
Thu, 24 Jan 2013 10:11:06 +0000 (15:41 +0530)
committerWolfram Sang <w.sang@pengutronix.de>
Mon, 28 Jan 2013 04:26:44 +0000 (05:26 +0100)
err_noclk label redirects to a simple return statement. Move the
return statement to the caller location and remove the label.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>

No differences found