[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <50D7101A.6020506@mvista.com>
Date: Sun, 23 Dec 2012 18:07:22 +0400
From: Sergei Shtylyov <sshtylyov@...sta.com>
To: Richard Cochran <richardcochran@...il.com>
CC: netdev@...r.kernel.org, Mugunthan V N <mugunthanvnm@...com>,
linux-omap@...r.kernel.org, David Miller <davem@...emloft.net>,
linux-arm-kernel@...ts.infradead.org,
Cyril Chemparathy <cyril@...com>
Subject: Re: [PATCH 2/2] cpts: fix a run time warn_on.
Hello.
On 22-12-2012 23:41, Richard Cochran wrote:
> This patch fixes a warning in clk_enable by calling clk_prepare first.
> Signed-off-by: Richard Cochran <richardcochran@...il.com>
> ---
> drivers/net/ethernet/ti/cpts.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
> diff --git a/drivers/net/ethernet/ti/cpts.c b/drivers/net/ethernet/ti/cpts.c
> index 5ab8fb4..3e32a31 100644
> --- a/drivers/net/ethernet/ti/cpts.c
> +++ b/drivers/net/ethernet/ti/cpts.c
> @@ -247,6 +247,7 @@ static void cpts_clk_init(struct cpts *cpts)
> cpts->refclk = NULL;
> return;
> }
> + clk_prepare(cpts->refclk);
> clk_enable(cpts->refclk);
Maybe just call clk_prepare_enable() instead?
WBR, Sergei
--
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