[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BN7PR08MB568449A01D10F89B5C7F0E8BDBD30@BN7PR08MB5684.namprd08.prod.outlook.com>
Date: Thu, 23 Apr 2020 11:01:12 +0000
From: "Bean Huo (beanhuo)" <beanhuo@...ron.com>
To: Bart Van Assche <bvanassche@....org>,
"huobean@...il.com" <huobean@...il.com>,
"alim.akhtar@...sung.com" <alim.akhtar@...sung.com>,
"avri.altman@....com" <avri.altman@....com>,
"asutoshd@...eaurora.org" <asutoshd@...eaurora.org>,
"jejb@...ux.ibm.com" <jejb@...ux.ibm.com>,
"martin.petersen@...cle.com" <martin.petersen@...cle.com>,
"stanley.chu@...iatek.com" <stanley.chu@...iatek.com>,
"tomas.winkler@...el.com" <tomas.winkler@...el.com>,
"cang@...eaurora.org" <cang@...eaurora.org>
CC: "linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [EXT] Re: [PATCH v2 1/5] scsi; ufs: add device descriptor for
Host Performance Booster
Hi Bart
Thanks your review, I will take your suggestions in next version development.
Thanks,
Bean
>
> On 4/16/20 1:31 PM, huobean@...il.com wrote:
> > + if (desc_buf[DEVICE_DESC_PARAM_UFS_FEAT] & 0x80) {
>
> Please introduce a symbolic name instead of using the number 0x80 directly.
>
> > + hba->dev_info.hpb_control_mode =
> > + desc_buf[DEVICE_DESC_PARAM_HPB_CTRL_MODE];
> > + hba->dev_info.hpb_ver =
> > + (u16) (desc_buf[DEVICE_DESC_PARAM_HPB_VER] << 8)
> |
> > + desc_buf[DEVICE_DESC_PARAM_HPB_VER + 1];
>
> Please use get_unaligned_be16() instead of open-coding it.
>
> Thanks,
>
> Bart.
Powered by blists - more mailing lists