From: Dave Jones Date: Thu, 5 Sep 2013 02:33:09 +0000 (-0400) Subject: [SCSI] aic7xxx: fix swapped arguments in ahc_find_pci_device X-Git-Tag: v3.12-rc1~7^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8f8e4d313a47e3f8aa7eeb5201d1b02ffa0951;p=pandora-kernel.git [SCSI] aic7xxx: fix swapped arguments in ahc_find_pci_device The prototype for ahc_9005_subdevinfo_valid shows that the caller has the arguments in the wrong order. 637 ahc_9005_subdevinfo_valid(uint16_t device, uint16_t vendor, 638 uint16_t subdevice, uint16_t subvendor) Signed-off-by: Dave Jones Acked-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed