Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 479da360 authored by Zang Leigang's avatar Zang Leigang Committed by Martin K. Petersen
Browse files

scsi: ufs: fix a pclint warning

parent c0ff7e2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3586,7 +3586,7 @@ static int ufshcd_uic_pwr_ctrl(struct ufs_hba *hba, struct uic_command *cmd)
	status = ufshcd_get_upmcrs(hba);
	if (status != PWR_LOCAL) {
		dev_err(hba->dev,
			"pwr ctrl cmd 0x%0x failed, host upmcrs:0x%x\n",
			"pwr ctrl cmd 0x%x failed, host upmcrs:0x%x\n",
			cmd->command, status);
		ret = (status != PWR_OK) ? status : -1;
	}