mfd: max77686: Remove check which is always true
authorLee Jones <lee.jones@linaro.org>
Mon, 18 Aug 2014 14:41:59 +0000 (15:41 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:32 +0000 (08:15 +0100)
commitb87d9a0fed5828e6cca4c3b02eacbc9c12a9a8e8
tree4a77047ebead86d902b34d5b1b1286d20b44a6ab
parent616e047992a4621a09ef45182076ff09b2495dec
mfd: max77686: Remove check which is always true

As 'reg' is unsigned, it can't be less than 0, so checking if it is
greater than or equal to 0 will always result in a true condition.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/max77686.c
This page took 0.052765 seconds and 5 git commands to generate.