Re: fix swapped arguments in aic7xxx:ahc_find_pci_device

2013-09-05 Thread Hannes Reinecke
On 09/05/2013 04:33 AM, Dave Jones wrote: 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)

fix swapped arguments in aic7xxx:ahc_find_pci_device

2013-09-04 Thread Dave Jones
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 da...@fedoraproject.org diff