[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240519221457.772346-1-minwoo.im@samsung.com>
Date: Mon, 20 May 2024 07:14:55 +0900
From: Minwoo Im <minwoo.im@...sung.com>
To: "James E . J . Bottomley" <James.Bottomley@...senPartnership.com>,
"Martin K . Petersen" <martin.petersen@...cle.com>, Alim Akhtar
<alim.akhtar@...sung.com>, Avri Altman <avri.altman@....com>, Bart Van
Assche <bvanassche@....org>
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org, Joel Granados
<j.granados@...sung.com>, gost.dev@...sung.com, Minwoo Im
<minwoo.im@...sung.com>, Asutosh Das <quic_asutoshd@...cinc.com>
Subject: [PATCH v2 0/2] ufs: mcq: Fix and cleanup unsafe macros
Hello,
This patch set fixes an potential bug for further usages in ufs-mcq.c and
contains a simple clean-up converting macro to an inline function.
Please review.
Thanks,
v2:
- Fix missing argument 'hba' in MCQ_OPR_OFFSET_n by converting it to an
inline function (Bart)
- Added [2/2] patch to convert the remaining one macro in ufs-mcq.c to an
inline function along with the previous patch for the sake of consistency.
Minwoo Im (2):
ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_n
ufs: mcq: Convert MCQ_CFG_n to a inline function
drivers/ufs/core/ufs-mcq.c | 35 ++++++++++++++---------------------
include/ufs/ufshcd.h | 13 +++++++++++++
2 files changed, 27 insertions(+), 21 deletions(-)
--
2.34.1
Powered by blists - more mailing lists