[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87f03ff5-445b-25c2-308d-5c9e18942a0f@acm.org>
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