From: H Hartley Sweeten Date: Wed, 31 Oct 2012 23:55:37 +0000 (-0700) Subject: staging: comedi: addi-data: remove irq parameter from i_pci_card_data() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~730 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6fee79e0dcb4dd0c22cde52dfea633b46e6e5df;p=pandora-kernel.git staging: comedi: addi-data: remove irq parameter from i_pci_card_data() The irq parameter passed to i_pci_card_data() is used to get the pci_dev irq that is cached in the card data. This information can easily be found when needed in i_ADDI_Attach() from the 'card' pointer to the card data. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed