Skip to content
Snippets Groups Projects
Commit d0e2ddff authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by James Bottomley
Browse files

[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: default avatarDmitry Torokhov <dtor@vmware.com>
Acked-by: default avatarAlok Kataria <akataria@vmware.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent fa4698fc
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment