commit | a3dd01e17756e85badd587de774cec783abe1b19 | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sat Jun 28 23:34:38 2014 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Jul 09 14:58:22 2014 +0100 |
tree | 6f288648fb44c55b3a4af5b47f62f20142956b96 | |
parent | 005d16b6022676ba8c6ae93e2d38cb0e70e0ef92 [diff] |
mfd: ab8500-debugfs: Cleaning up unnecessary to test, unsigned can't be negative. Unsigned variable can't be negative so it is unnecessary to test it This was found using a static code analysis program called cppcheck Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Lee Jones <lee.jones@linaro.org>