[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <002801d640d5$b7ba7430$272f5c90$@samsung.com>
Date: Fri, 12 Jun 2020 21:52:45 +0530
From: "Alim Akhtar" <alim.akhtar@...sung.com>
To: "'Stanley Chu'" <stanley.chu@...iatek.com>,
<linux-scsi@...r.kernel.org>, <martin.petersen@...cle.com>,
<avri.altman@....com>, <jejb@...ux.ibm.com>,
<asutoshd@...eaurora.org>
Cc: <beanhuo@...ron.com>, <cang@...eaurora.org>,
<matthias.bgg@...il.com>, <bvanassche@....org>,
<linux-mediatek@...ts.infradead.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <kuohong.wang@...iatek.com>,
<peter.wang@...iatek.com>, <chun-hung.wu@...iatek.com>,
<andy.teng@...iatek.com>, <chaotian.jing@...iatek.com>,
<cc.chou@...iatek.com>
Subject: RE: [PATCH v1 1/2] scsi: ufs: Remove unused field in struct
uic_command
Hi Stanley
> -----Original Message-----
> From: Stanley Chu <stanley.chu@...iatek.com>
> Sent: 12 June 2020 20:40
> To: linux-scsi@...r.kernel.org; martin.petersen@...cle.com;
> avri.altman@....com; alim.akhtar@...sung.com; jejb@...ux.ibm.com;
> asutoshd@...eaurora.org
> Cc: beanhuo@...ron.com; cang@...eaurora.org; matthias.bgg@...il.com;
> bvanassche@....org; linux-mediatek@...ts.infradead.org; linux-arm-
> kernel@...ts.infradead.org; linux-kernel@...r.kernel.org;
> kuohong.wang@...iatek.com; peter.wang@...iatek.com; chun-
> hung.wu@...iatek.com; andy.teng@...iatek.com;
> chaotian.jing@...iatek.com; cc.chou@...iatek.com; Stanley Chu
> <stanley.chu@...iatek.com>
> Subject: [PATCH v1 1/2] scsi: ufs: Remove unused field in struct
uic_command
>
> Remove unused field "cmd_active" in struct ufs_command.
>
> Signed-off-by: Stanley Chu <stanley.chu@...iatek.com>
> ---
Reviewed-by: Alim Akhtar <alim.akhtar@...sung.com>
> drivers/scsi/ufs/ufshcd.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h index
> bf97d616e597..814e44871ff0 100644
> --- a/drivers/scsi/ufs/ufshcd.h
> +++ b/drivers/scsi/ufs/ufshcd.h
> @@ -88,7 +88,6 @@ enum dev_cmd_type {
> * @argument1: UIC command argument 1
> * @argument2: UIC command argument 2
> * @argument3: UIC command argument 3
> - * @cmd_active: Indicate if UIC command is outstanding
> * @result: UIC command result
> * @done: UIC command completion
> */
> @@ -97,7 +96,6 @@ struct uic_command {
> u32 argument1;
> u32 argument2;
> u32 argument3;
> - int cmd_active;
> int result;
> struct completion done;
> };
> --
> 2.18.0
Powered by blists - more mailing lists