From: Mark Brown Date: Mon, 3 Oct 2011 21:42:43 +0000 (+0100) Subject: regulator: Fix return code from regulator_disable_deferred() X-Git-Tag: v3.2-rc1~127^2~1^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa59802dedac98dc95310a456121cec6a9d6b63f;p=pandora-kernel.git regulator: Fix return code from regulator_disable_deferred() schedule_delayed_work() returns a bool indicating if the work was already queued when it succeeds so we need to squash a true down to zero. Signed-off-by: Mark Brown --- Reading git-diff-tree failed