linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] scsi: ufs: ufshpb: Remove unused parameters
       [not found] <CGME20210901030336epcas1p160bcf6510e1eb742316bf0b052051a30@epcas1p1.samsung.com>
@ 2021-09-01  2:56 ` Chanwoo Lee
  2021-09-14  3:43   ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Chanwoo Lee @ 2021-09-01  2:56 UTC (permalink / raw)
  To: alim.akhtar, avri.altman, jejb, martin.petersen, daejun7.park,
	beanhuo, stanley.chu, keosung.park, linux-scsi, linux-kernel
  Cc: grant.jung, jt77.jang, dh0421.hwang, sh043.lee, ChanWoo Lee,
	Bart Van Assche

From: ChanWoo Lee <cw9316.lee@samsung.com>

The following parameters are not used in the function.
So, remove unused parameters.

*func(): ufshpb_set_hpb_read_to_upiu
 -> struct ufshpb_lu *hpb
 -> u32 lpn

Reviewed-by: Daejun Park <daejun7.park@samsung.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: ChanWoo Lee <cw9316.lee@samsung.com>

---
v2->v3:
 * Add tag information.
v1->v2:
 * edit description.
---
 drivers/scsi/ufs/ufshpb.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/drivers/scsi/ufs/ufshpb.c b/drivers/scsi/ufs/ufshpb.c
index 02fb51ae8b25..589af5f6b940 100644
--- a/drivers/scsi/ufs/ufshpb.c
+++ b/drivers/scsi/ufs/ufshpb.c
@@ -333,9 +333,8 @@ ufshpb_get_pos_from_lpn(struct ufshpb_lu *hpb, unsigned long lpn, int *rgn_idx,
 }
 
 static void
-ufshpb_set_hpb_read_to_upiu(struct ufs_hba *hba, struct ufshpb_lu *hpb,
-			    struct ufshcd_lrb *lrbp, u32 lpn, __be64 ppn,
-			    u8 transfer_len, int read_id)
+ufshpb_set_hpb_read_to_upiu(struct ufs_hba *hba, struct ufshcd_lrb *lrbp,
+			    __be64 ppn, u8 transfer_len, int read_id)
 {
 	unsigned char *cdb = lrbp->cmd->cmnd;
 	__be64 ppn_tmp = ppn;
@@ -703,8 +702,7 @@ int ufshpb_prep(struct ufs_hba *hba, struct ufshcd_lrb *lrbp)
 		}
 	}
 
-	ufshpb_set_hpb_read_to_upiu(hba, hpb, lrbp, lpn, ppn, transfer_len,
-				    read_id);
+	ufshpb_set_hpb_read_to_upiu(hba, lrbp, ppn, transfer_len, read_id);
 
 	hpb->stats.hit_cnt++;
 	return 0;
-- 
2.29.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3] scsi: ufs: ufshpb: Remove unused parameters
  2021-09-01  2:56 ` [PATCH v3] scsi: ufs: ufshpb: Remove unused parameters Chanwoo Lee
@ 2021-09-14  3:43   ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2021-09-14  3:43 UTC (permalink / raw)
  To: jejb, avri.altman, daejun7.park, keosung.park, Chanwoo Lee,
	stanley.chu, linux-scsi, alim.akhtar, beanhuo, linux-kernel
  Cc: Martin K . Petersen, grant.jung, dh0421.hwang, sh043.lee,
	jt77.jang, Bart Van Assche

On Wed, 1 Sep 2021 11:56:17 +0900, Chanwoo Lee wrote:

> From: ChanWoo Lee <cw9316.lee@samsung.com>
> 
> The following parameters are not used in the function.
> So, remove unused parameters.
> 
> *func(): ufshpb_set_hpb_read_to_upiu
>  -> struct ufshpb_lu *hpb
>  -> u32 lpn
> 
> [...]

Applied to 5.15/scsi-fixes, thanks!

[1/1] scsi: ufs: ufshpb: Remove unused parameters
      https://git.kernel.org/mkp/scsi/c/65ef27f7798b

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-14  3:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20210901030336epcas1p160bcf6510e1eb742316bf0b052051a30@epcas1p1.samsung.com>
2021-09-01  2:56 ` [PATCH v3] scsi: ufs: ufshpb: Remove unused parameters Chanwoo Lee
2021-09-14  3:43   ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).