]> git.baikalelectronics.ru Git - kernel.git/commit
unreachable code in drms_uA_update()
authorDan Carpenter <error27@gmail.com>
Wed, 8 Apr 2009 10:52:39 +0000 (13:52 +0300)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Tue, 28 Apr 2009 17:58:06 +0000 (18:58 +0100)
commit607a7b044ed46559b5a124585d326af6b309ed73
tree921ed659659bd04d278868b64f3457956b633ddc
parentb8915bb9165decb2d850faa7e47b13e5ccb5cfd7
unreachable code in drms_uA_update()

I removed the extra semi-colon and indented the return statement.

The unreachable code was found by smatch (http://repo.or.cz/w/smatch.git).
The patch was compile tested.

regards,
dan carpenter

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/core.c