2021-09-07 04:50:48

by Chanwoo Lee

[permalink] [raw]
Subject: [PATCH] scsi: ufs-qcom: Remove unneeded variable 'err'

From: ChanWoo Lee <[email protected]>

'err' is not used.
So i remove the unneeded variable.

Signed-off-by: ChanWoo Lee <[email protected]>
---
drivers/scsi/ufs/ufs-qcom.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/scsi/ufs/ufs-qcom.c b/drivers/scsi/ufs/ufs-qcom.c
index 9d9770f1db4f..92d4c61fc9d0 100644
--- a/drivers/scsi/ufs/ufs-qcom.c
+++ b/drivers/scsi/ufs/ufs-qcom.c
@@ -888,7 +888,6 @@ static int ufs_qcom_setup_clocks(struct ufs_hba *hba, bool on,
enum ufs_notify_change_status status)
{
struct ufs_qcom_host *host = ufshcd_get_variant(hba);
- int err = 0;

/*
* In case ufs_qcom_init() is not yet done, simply ignore.
@@ -916,7 +915,7 @@ static int ufs_qcom_setup_clocks(struct ufs_hba *hba, bool on,
break;
}

- return err;
+ return 0;
}

static int
--
2.29.0


2021-09-15 02:48:15

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: ufs-qcom: Remove unneeded variable 'err'


Chanwoo,

> 'err' is not used. So i remove the unneeded variable.

Applied to 5.16/scsi-staging, thanks!

--
Martin K. Petersen Oracle Linux Engineering

2021-09-22 04:48:57

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: ufs-qcom: Remove unneeded variable 'err'

On Tue, 7 Sep 2021 13:41:11 +0900, Chanwoo Lee wrote:

> From: ChanWoo Lee <[email protected]>
>
> 'err' is not used.
> So i remove the unneeded variable.
>
>

Applied to 5.16/scsi-queue, thanks!

[1/1] scsi: ufs-qcom: Remove unneeded variable 'err'
https://git.kernel.org/mkp/scsi/c/c4adf171e834

--
Martin K. Petersen Oracle Linux Engineering