commit | 036de8efae4b81f8e1504fab654070cecce6dfa9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Wed Apr 08 13:52:39 2009 +0300 |
committer | Liam Girdwood <lrg@slimlogic.co.uk> | Tue Apr 28 18:58:06 2009 +0100 |
tree | 921ed659659bd04d278868b64f3457956b633ddc | |
parent | 9f6532519feab921856f41b30a2397ee25f4de49 [diff] |
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>