commit | b87d9a0fed5828e6cca4c3b02eacbc9c12a9a8e8 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Mon Aug 18 15:41:59 2014 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Fri Sep 26 08:15:32 2014 +0100 |
tree | 4a77047ebead86d902b34d5b1b1286d20b44a6ab | |
parent | 616e047992a4621a09ef45182076ff09b2495dec [diff] |
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>