From: Timur Tabi Date: Tue, 16 Aug 2011 22:47:45 +0000 (-0400) Subject: ASoC: claim the IRQ when the fsl_ssi device is probed, not opened X-Git-Tag: v3.2-rc1~127^2~2^2~1^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fab6cafc798c987caa6e98ee8e04991e9171cd0;p=pandora-kernel.git ASoC: claim the IRQ when the fsl_ssi device is probed, not opened The PowerPC Freescale SSI driver is claiming the IRQ when the IRQ when the device is opened, which means that the /proc/interrupts entry for the SSI exists only during playback or capture. This also meant that the user won't know that the IRQ number is wrong until he tries to use the device. Instead, we should claim the IRQ when the device is probed. Signed-off-by: Timur Tabi Signed-off-by: Mark Brown --- Reading git-diff-tree failed