diff options
| author | Dmitry Torokhov <[email protected]> | 2010-01-19 10:24:40 -0800 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2010-02-08 18:31:28 -0600 |
| commit | d0e2ddff7c4b493acff50a9000564b67cbe7d676 (patch) | |
| tree | e2cac9d81a02ff81a2afafaceb483beb2cdc932c /scripts | |
| parent | fa4698fcf59c3bd01c171e5e558bae9e8eb396f1 (diff) | |
[SCSI] vmw_pvscsi: fix signedness warning with newer compilers
pvscsi_setup_msix() expects 'irq' argument to be an int but is being
passed unsigned int. Unsigned int is more proper type for IRQ number
so let's use it. This shuts off a compile warning with recent
compilers.
Signed-off-by: Dmitry Torokhov <[email protected]>
Acked-by: Alok Kataria <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions