All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: linux-4.6-rc2/drivers/mmc/host/sdhci.c:3033: pointless test ?
       [not found] <DUB128-W16B599992A5DF1CBD18A799C9F0@phx.gbl>
@ 2016-04-07  8:07 ` Adrian Hunter
  0 siblings, 0 replies; only message in thread
From: Adrian Hunter @ 2016-04-07  8:07 UTC (permalink / raw)
  To: David Binderman; +Cc: linux-mmc@vger.kernel.org

On 06/04/16 19:38, David Binderman wrote:
> linux-4.6-rc2/drivers/mmc/host/sdhci.c:3033]: (style) Redundant
> condition: mmc.f_max. '!mmc.f_max || (mmc.f_max && mmc.f_max>max_clk)' is
> equivalent to '!mmc.f_max || mmc.f_max>max_clk'
> 
> Source code is
> 
> if (!mmc->f_max || (mmc->f_max && (mmc->f_max> max_clk)))

I made a patch which I will include later with other fixes I am doing.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-07  8:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <DUB128-W16B599992A5DF1CBD18A799C9F0@phx.gbl>
2016-04-07  8:07 ` linux-4.6-rc2/drivers/mmc/host/sdhci.c:3033: pointless test ? Adrian Hunter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.