From: Charles Keepax Date: Thu, 17 Sep 2015 13:50:20 +0000 (+0100) Subject: regulator: core: Correct return value check in regulator_resolve_supply X-Git-Tag: omap-for-v4.3/fixes-rc5~97^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23c3f310e897837aeb8ffe8700b803cb58e7b35d;p=pandora-kernel.git regulator: core: Correct return value check in regulator_resolve_supply The ret pointer passed to regulator_dev_lookup is only filled with a valid error code if regulator_dev_lookup returned NULL. Currently regulator_resolve_supply checks this ret value before it checks if a regulator was returned, this can result in valid regulator lookups being ignored. Fixes: 6261b06de565 ("regulator: Defer lookup of supply to regulator_get") Signed-off-by: Charles Keepax Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed