mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
SCSI fixes on 20250502
Two minor updates, both in drivers. Signed-off-by: James E.J. Bottomley <James.Bottomley@HansenPartnership.com> -----BEGIN PGP SIGNATURE----- iJwEABMIAEQWIQTnYEDbdso9F2cI+arnQslM7pishQUCaBT4ZiYcamFtZXMuYm90 dG9tbGV5QGhhbnNlbnBhcnRuZXJzaGlwLmNvbQAKCRDnQslM7pishegjAPwJKqJx Sv4jwv4X8m9K0cgijNFXuKyY0y7U6RyMC4cXfQEAnrCIVSyvLCuQsH/g8J4T3i+x N5FrCgzPQPU5L0HghCA= =0HoG -----END PGP SIGNATURE----- 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"
This commit is contained in:
commit
00b827f0cf
2 changed files with 1 additions and 3 deletions
|
|
@ -891,7 +891,7 @@ static bool myrb_enable_mmio(struct myrb_hba *cb, mbox_mmio_init_t mmio_init_fn)
|
|||
status = mmio_init_fn(pdev, base, &mbox);
|
||||
if (status != MYRB_STATUS_SUCCESS) {
|
||||
dev_err(&pdev->dev,
|
||||
"Failed to enable mailbox, statux %02X\n",
|
||||
"Failed to enable mailbox, status %02X\n",
|
||||
status);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7265,8 +7265,6 @@ static int ufshcd_issue_devman_upiu_cmd(struct ufs_hba *hba,
|
|||
err = -EINVAL;
|
||||
}
|
||||
}
|
||||
ufshcd_add_query_upiu_trace(hba, err ? UFS_QUERY_ERR : UFS_QUERY_COMP,
|
||||
(struct utp_upiu_req *)lrbp->ucd_rsp_ptr);
|
||||
|
||||
return err;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue