From: Fabio Estevam Date: Mon, 29 Dec 2014 21:38:51 +0000 (-0200) Subject: spi: spi-imx: Do not store the irq number in the private structure X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~168^2~3^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b5d6aadce5e054d33719a7490076294c83d2f88;p=pandora-kernel.git spi: spi-imx: 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