From: Arnaud Patard (Rtp) Date: Thu, 20 Jun 2013 21:20:49 +0000 (+0200) Subject: ASoC: imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not found X-Git-Tag: v3.11-rc1~23^2~2^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e5ca73ef9072ed58dbb81cfff6f908be8e3cd4;p=pandora-kernel.git ASoC: imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not found If the ssi or codec drivers are not loaded (for instance, because spi or i2c bus drivers are not loaded), returning -EINVAL will for people to unload and then reload the module to get sound working. Returning E_PROBE_DEFER will mitigate this. Signed-off-by: Arnaud Patard Signed-off-by: Mark Brown --- Reading git-diff-tree failed