[SCSI] vmw_pvscsi: fix signedness warning with newer compilers
authorDmitry Torokhov <dtor@vmware.com>
Tue, 19 Jan 2010 18:24:40 +0000 (10:24 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 9 Feb 2010 00:31:28 +0000 (18:31 -0600)
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 <dtor@vmware.com>
Acked-by: Alok Kataria <akataria@vmware.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

No differences found