commit | 7ecaeaffd72ada135016564c08f5aa0b0be338f7 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Apr 08 18:28:42 2017 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Apr 19 22:17:23 2017 -0400 |
tree | 9ffd963ec58676988309289e39d0a80a7691d109 | |
parent | c7c3524ce79e275dd3042de5045d7a10245d3888 [diff] |
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>