]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hpsa: do not use a void pointer for scsi_cmd field of struct CommandList
authorStephen Cameron <stephenmcameron@gmail.com>
Fri, 23 Jan 2015 22:44:30 +0000 (16:44 -0600)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 2 Feb 2015 17:57:43 +0000 (09:57 -0800)
commit7fa3030c655b7479940487b01a20f7332cf68c00
tree47dad4ee150623eeb1dbfa312a212f6b1400ab64
parente345893bd4a8b0a9383a9ce9ff06034da103ad14
hpsa: do not use a void pointer for scsi_cmd field of struct CommandList

There's no reason for it to be a void *, it should be a struct scsi_cmnd *

Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/hpsa.c
drivers/scsi/hpsa_cmd.h