mfd: ab8500-debugfs: Cleaning up unnecessary to test, unsigned can't be negative.
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Sat, 28 Jun 2014 21:34:38 +0000 (23:34 +0200)
committerLee Jones <lee.jones@linaro.org>
Wed, 9 Jul 2014 13:58:22 +0000 (14:58 +0100)
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>
drivers/mfd/ab8500-debugfs.c

Simple merge