commit | 3c4bee04d147f149a167633cf0033f9d25a8d720 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Feb 16 10:37:52 2011 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Mar 14 14:05:16 2011 +0100 |
tree | 11ffba9a7666ead117cf71da6f604fe1860528a9 | |
parent | 5317e4d11d1ce4db949f207aaebe09b7d0d76b5f [diff] |
plat-nomadik: fix compilation warning The compiler warns that [rf]wimsc may be used uninitialized in this function - the warning is actually false since the uses are in identical if()-clauses, but it can't hurt very much to read out the values to be modified early anyway and rid the warning. Cc: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>