]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit20ff8ab448c2220a9a318d4886aef367c449021b
tree7865d4782b43041d0d768243c9e41432617b3e47
parentcf579dcf7c1118e14d18458dcd216b062fee7fd3
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