]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scsi: aic7xxx: fix order of arguments in function prototype
authorColin Ian King <colin.king@canonical.com>
Sat, 8 Apr 2017 17:28:42 +0000 (18:28 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 20 Apr 2017 02:17:23 +0000 (22:17 -0400)
commit7ecaeaffd72ada135016564c08f5aa0b0be338f7
tree9ffd963ec58676988309289e39d0a80a7691d109
parentc7c3524ce79e275dd3042de5045d7a10245d3888
scsi: aic7xxx: fix order of arguments in function prototype

The vendor/device and subvendor/subdevice arguments to the function
prototype ahc_9005_subdevinfo_valid are in the wrong order and need to
be swapped to fix this.  Detected with PVS-Studio studio.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aic7xxx/aic7xxx_pci.c