From: Mark Brown Date: Sat, 9 Jun 2012 02:15:10 +0000 (+0800) Subject: ASoC: wm8903: Move interrupt request to I2C probe X-Git-Tag: v3.6-rc1~117^2~4^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c95d9146c8201740e2ce9dca7fb1eb8b7b0053;p=pandora-kernel.git ASoC: wm8903: Move interrupt request to I2C probe There's no reason to defer requesting of the interrupt until the CODEC probe and doing so results in more work if we hit an error as we'll have registered the CODEC with the core. It's neater to acquire as many of the resources we'll need as we can in the bus probe function. Signed-off-by: Mark Brown Tested-by: Stephen Warren --- Reading git-diff-tree failed