Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: qlogicpti: fixup qlogicpti_reset() definition

A merge error crept in when formatting commit af167bc ("scsi: qlogicpti:
move bus reset to host reset")

Fixes: af167bc ("scsi: qlogicpti: move bus reset to host reset")
Signed-off-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Hannes Reinecke and committed by
Martin K. Petersen
fbf25233 5fe5a6c9

+2 -1
+2 -1
drivers/scsi/qlogicpti.c
··· 1250 1250 return return_status; 1251 1251 } 1252 1252 1253 - static int qlogicpti_reset(struct Scsi_Host *host) 1253 + static int qlogicpti_reset(struct scsi_cmnd *Cmnd) 1254 1254 { 1255 1255 u_short param[6]; 1256 + struct Scsi_Host *host = Cmnd->device->host; 1256 1257 struct qlogicpti *qpti = (struct qlogicpti *) host->hostdata; 1257 1258 int return_status = SUCCESS; 1258 1259