lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 17 Feb 2020 08:17:16 -0800 From: Bart Van Assche <bvanassche@....org> To: Stanley Chu <stanley.chu@...iatek.com>, linux-scsi@...r.kernel.org, martin.petersen@...cle.com, avri.altman@....com, alim.akhtar@...sung.com, jejb@...ux.ibm.com Cc: beanhuo@...ron.com, asutoshd@...eaurora.org, cang@...eaurora.org, matthias.bgg@...il.com, 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 Subject: Re: [PATCH v1 1/2] scsi: ufs: add required delay after gating reference clock On 2020-02-17 01:35, Stanley Chu wrote: > - if (skip_ref_clk && !strcmp(clki->name, "ref_clk")) > + ref_clk = !strcmp(clki->name, "ref_clk") ? true : false; > + if (skip_ref_clk && ref_clk) Since the " ? true : false" part is superfluous, please leave it out. Thanks, Bart.
Powered by blists - more mailing lists