From b87d9a0fed5828e6cca4c3b02eacbc9c12a9a8e8 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Mon, 18 Aug 2014 15:41:59 +0100 Subject: [PATCH] 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-format-patch failed