From: Helmut Schaa Date: Wed, 19 May 2010 06:47:59 +0000 (+0200) Subject: rt2x00: don't use to_pci_dev in rt2x00pci_uninitialize X-Git-Tag: v2.6.35-rc1~260^2~6^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a9bd2a8fac5193435bb575313c89656709aea8;p=pandora-kernel.git rt2x00: don't use to_pci_dev in rt2x00pci_uninitialize Don't use to_pci_dev in rt2x00pci_uninitialize to get the allocated irq as it won't work for platform devices (SoC). Instead, use the irq field that's already used everywhere else. Signed-off-by: Helmut Schaa Acked-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed