[PATCH 0/2] ufs: core: Initialize a value of an attribute at ufshcd_dme_get_attr()

Wonkon Kim posted 2 patches 3 months, 2 weeks ago
drivers/ufs/core/ufshcd.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH 0/2] ufs: core: Initialize a value of an attribute at ufshcd_dme_get_attr()
Posted by Wonkon Kim 3 months, 2 weeks ago
From: wkon-kim <wkon.kim@samsung.com>

It needs to initialize a value of an attribute at ufshcd_dme_get_attr().

Wonkon Kim(2):
  ufs: core: Initialize a value of an attribute as returned by uic cmd
  ufs: core: Declare tx_lanes witout initialization

 drivers/ufs/core/ufshcd.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] ufs: core: Initialize a value of an attribute at ufshcd_dme_get_attr()
Posted by Martin K. Petersen 3 months, 2 weeks ago
Wonkon,

> It needs to initialize a value of an attribute at
> ufshcd_dme_get_attr().

Applied to 6.18/scsi-fixes, thanks!

-- 
Martin K. Petersen
Re: [PATCH 0/2] ufs: core: Initialize a value of an attribute at ufshcd_dme_get_attr()
Posted by Bart Van Assche 3 months, 2 weeks ago
On 10/19/25 11:15 PM, Wonkon Kim wrote:
> It needs to initialize a value of an attribute at ufshcd_dme_get_attr().

For both patches:

Reviewed-by: Bart Van Assche <bvanassche@acm.org>