Skip to content

Commit 00b827f

Browse files
committed
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley: "Two minor updates, both in drivers" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: scsi: ufs: core: Remove redundant query_complete trace scsi: myrb: Fix spelling mistake "statux" -> "status"
2 parents e205ff4 + 0e9693b commit 00b827f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

drivers/scsi/myrb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ static bool myrb_enable_mmio(struct myrb_hba *cb, mbox_mmio_init_t mmio_init_fn)
891891
status = mmio_init_fn(pdev, base, &mbox);
892892
if (status != MYRB_STATUS_SUCCESS) {
893893
dev_err(&pdev->dev,
894-
"Failed to enable mailbox, statux %02X\n",
894+
"Failed to enable mailbox, status %02X\n",
895895
status);
896896
return false;
897897
}

drivers/ufs/core/ufshcd.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7265,8 +7265,6 @@ static int ufshcd_issue_devman_upiu_cmd(struct ufs_hba *hba,
72657265
err = -EINVAL;
72667266
}
72677267
}
7268-
ufshcd_add_query_upiu_trace(hba, err ? UFS_QUERY_ERR : UFS_QUERY_COMP,
7269-
(struct utp_upiu_req *)lrbp->ucd_rsp_ptr);
72707268

72717269
return err;
72727270
}

0 commit comments

Comments
 (0)