From: Lee Jones Date: Mon, 18 Aug 2014 14:41:59 +0000 (+0100) Subject: mfd: max77686: Remove check which is always true X-Git-Tag: fixes-against-v3.18-rc2~69^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b87d9a0fed5828e6cca4c3b02eacbc9c12a9a8e8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed