From: Charles Keepax Date: Wed, 9 Jul 2014 16:41:47 +0000 (+0100) Subject: ASoC: arizona: Correct return value of arizona_is_enabled_fll X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~11^5~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c393aca94f26e90290cd861743efbfbcd97c0316;p=pandora-kernel.git ASoC: arizona: Correct return value of arizona_is_enabled_fll arizona_is_enabled_fll currently returns a bool, but can throw an error. The error will be basically ignored and we will treat the FLL as already on. This patch changes the return to be an int and adds error code to propagate the error up to the callback. Reported-by: Anil Kumar Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed