diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-02-23 23:45:55 +0100 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-02-25 09:51:07 +0100 |
commit | 4b2f67d756cf4a5ed8e8d11caa7dcea06c41a09e (patch) | |
tree | 35a48fdafe807d07bbf685b589c290a49b3958a4 /kernel/kfifo.c | |
parent | regulator: Fix warning with CONFIG_BUG disabled (diff) | |
download | linux-4b2f67d756cf4a5ed8e8d11caa7dcea06c41a09e.tar.xz linux-4b2f67d756cf4a5ed8e8d11caa7dcea06c41a09e.zip |
regulator, mc13xxx: Remove pointless test for unsigned less than zero
The variable 'val' is a 'unsigned int', so it can never be less than zero.
This fact makes the "val < 0" part of the test done in BUG_ON() in
mc13xxx_regulator_get_voltage() rather pointles since it can never have
any effect.
This patch removes the pointless test.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'kernel/kfifo.c')
0 files changed, 0 insertions, 0 deletions