提交 fbf25233 编写于 作者: H Hannes Reinecke 提交者: Martin K. Petersen

scsi: qlogicpti: fixup qlogicpti_reset() definition

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

Fixes: af167bc4 ("scsi: qlogicpti: move bus reset to host reset")
Signed-off-by: NHannes Reinecke <hare@suse.com>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 5fe5a6c9
......@@ -1250,9 +1250,10 @@ static int qlogicpti_abort(struct scsi_cmnd *Cmnd)
return return_status;
}
static int qlogicpti_reset(struct Scsi_Host *host)
static int qlogicpti_reset(struct scsi_cmnd *Cmnd)
{
u_short param[6];
struct Scsi_Host *host = Cmnd->device->host;
struct qlogicpti *qpti = (struct qlogicpti *) host->hostdata;
int return_status = SUCCESS;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册