From: Fabio Estevam Date: Tue, 30 Dec 2014 14:11:36 +0000 (-0200) Subject: ASoC: mxs-saif: Do not store the irq number in the private structure X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~13^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5396ecf7b1920595deec83b902502bd3d2da184e;p=pandora-kernel.git ASoC: mxs-saif: Do not store the irq number in the private structure The irq number is only used inside the probe function, so there is really no need to store it in the private structure. Use a local 'irq' variable to hold the the irq number instead. Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed