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)
commit669da30d4c972fe62e14a435abf909d19d9b9467
tree7865d4782b43041d0d768243c9e41432617b3e47
parent876ae85c8b811668c2c115ea78c2241f562977fb
i2c: s3c2410: Remove unnecessary label err_noclk

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>
drivers/i2c/busses/i2c-s3c2410.c