[PATCH v2 1/3] usb: xhci-mtk: use bitfield instead of bool

Chunfeng Yun chunfeng.yun at mediatek.com
Thu May 6 18:28:04 PDT 2021


On Thu, 2021-05-06 at 11:50 +0300, Sergei Shtylyov wrote:
> Hello!
> 
> On 06.05.2021 9:31, Chunfeng Yun wrote:
> 
> > Use bitfield instead of bool in struct
> > 
> > Refer to coding-style.rst 17) Using bool:
> > "If a structure has many true/false values, consider consolidating
> > them into a bitfield with 1 bit members, or using an appropriate
> > fixed width type, such as u8."
> > 
> > Due to @has_ippc's default vaule is 0, no need set it again if fail
> 
>     Value. :-)
Will fix it, thanks
> 
> > to get ippc base address
> > 
> > Signed-off-by: Chunfeng Yun <chunfeng.yun at mediatek.com>
> [...]
> 
> MBR, Sergei



More information about the Linux-mediatek mailing list