[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120304.205045.1678554604028231988.davem@davemloft.net>
Date: Sun, 04 Mar 2012 20:50:45 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: deepak.sikri@...com
Cc: peppe.cavallaro@...com, spear-devel@...t.st.com,
netdev@...r.kernel.org
Subject: Re: [PATCH 3/6] stmmac: Add support for CPU freq notifiers.
From: Deepak Sikri <deepak.sikri@...com>
Date: Fri, 2 Mar 2012 18:25:25 +0530
> +{
> +
> + if ((clk_rate >= CSR_F_20M) && (clk_rate < CSR_F_35M))
...
> + priv->plat->clk_csr = STMMAC_CLK_RANGE_150_250M;
> +
> +}
Unnecessary empty lines, remove them.
> + /*
> + * Decide on the MDC clock dynamically based on the
> + * csr clock input.
Format comments:
/* Like
* this.
*/
Not:
/*
* Like
* this.
*/
> +static inline void stmmac_cpufreq_deregister(struct stmmac_priv *priv)
> +{
> +
> + cpufreq_unregister_notifier(&priv->freq_transition,
Unnecessary empty line.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists