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)
commit036de8efae4b81f8e1504fab654070cecce6dfa9
tree921ed659659bd04d278868b64f3457956b633ddc
parent9f6532519feab921856f41b30a2397ee25f4de49
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