From: Sachin Kamat Date: Wed, 8 May 2013 10:39:06 +0000 (+0530) Subject: regulator: palmas: Fix incorrect condition X-Git-Tag: v3.10-rc5~32^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f4d6364084ca0525591836eba4a59f04bb85c68;p=pandora-kernel.git regulator: palmas: Fix incorrect condition Since 'id' cannot take two values at the same time, the condition should probably be an OR (||) instead of AND (&&). Introduced by commit 28d1e8cd67 ("regulator: palma: add ramp delay support through regulator constraints"). Signed-off-by: Sachin Kamat Signed-off-by: Mark Brown --- Reading git-diff-tree failed