All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: ufs: Correct status type in ufshcd_vops_pwr_change_notify()
@ 2021-03-11  4:02 Yue Hu
  2021-03-25  2:23 ` Martin K. Petersen
  2021-03-30  3:54 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Yue Hu @ 2021-03-11  4:02 UTC (permalink / raw)
  To: jejb, martin.petersen, alim.akhtar, avri.altman, stanley.chu,
	cang, asutoshd, kwmad.kim, beanhuo
  Cc: linux-scsi, huyue2, zbestahu, zhangwen

From: Yue Hu <huyue2@yulong.com>

The status paramster's type should be enum ufs_notify_change_status.

Signed-off-by: Yue Hu <huyue2@yulong.com>
---
 drivers/scsi/ufs/ufshcd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h
index 18e56c1..b8c9582 100644
--- a/drivers/scsi/ufs/ufshcd.h
+++ b/drivers/scsi/ufs/ufshcd.h
@@ -1181,7 +1181,7 @@ static inline int ufshcd_vops_phy_initialization(struct ufs_hba *hba)
 }
 
 static inline int ufshcd_vops_pwr_change_notify(struct ufs_hba *hba,
-				  bool status,
+				  enum ufs_notify_change_status status,
 				  struct ufs_pa_layer_attr *dev_max_params,
 				  struct ufs_pa_layer_attr *dev_req_params)
 {
-- 
1.9.1


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

* Re: [PATCH] scsi: ufs: Correct status type in ufshcd_vops_pwr_change_notify()
  2021-03-11  4:02 [PATCH] scsi: ufs: Correct status type in ufshcd_vops_pwr_change_notify() Yue Hu
@ 2021-03-25  2:23 ` Martin K. Petersen
  2021-03-30  3:54 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2021-03-25  2:23 UTC (permalink / raw)
  To: Yue Hu
  Cc: jejb, martin.petersen, alim.akhtar, avri.altman, stanley.chu,
	cang, asutoshd, kwmad.kim, beanhuo, linux-scsi, huyue2, zbestahu,
	zhangwen


Yue,

> The status paramster's type should be enum ufs_notify_change_status.

Applied to 5.13/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH] scsi: ufs: Correct status type in ufshcd_vops_pwr_change_notify()
  2021-03-11  4:02 [PATCH] scsi: ufs: Correct status type in ufshcd_vops_pwr_change_notify() Yue Hu
  2021-03-25  2:23 ` Martin K. Petersen
@ 2021-03-30  3:54 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2021-03-30  3:54 UTC (permalink / raw)
  To: alim.akhtar, avri.altman, beanhuo, cang, Yue Hu, kwmad.kim,
	stanley.chu, jejb, asutoshd
  Cc: Martin K . Petersen, zhangwen, huyue2, linux-scsi, zbestahu

On Thu, 11 Mar 2021 12:02:10 +0800, Yue Hu wrote:

> The status paramster's type should be enum ufs_notify_change_status.

Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: ufs: Correct status type in ufshcd_vops_pwr_change_notify()
      https://git.kernel.org/mkp/scsi/c/7a0c0e6ce130

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2021-03-30  3:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11  4:02 [PATCH] scsi: ufs: Correct status type in ufshcd_vops_pwr_change_notify() Yue Hu
2021-03-25  2:23 ` Martin K. Petersen
2021-03-30  3:54 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.