From: Stephen Cameron Date: Fri, 23 Jan 2015 22:44:30 +0000 (-0600) Subject: hpsa: do not use a void pointer for scsi_cmd field of struct CommandList X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~127^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fa3030c655b7479940487b01a20f7332cf68c00;p=pandora-kernel.git 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 Signed-off-by: Don Brace Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed