From c393aca94f26e90290cd861743efbfbcd97c0316 Mon Sep 17 00:00:00 2001 From: Charles Keepax Date: Wed, 9 Jul 2014 17:41:47 +0100 Subject: [PATCH] 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-format-patch failed