[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150305.222400.773427415332956609.davem@davemloft.net>
Date: Thu, 05 Mar 2015 22:24:00 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: stefan@...er.ch
Cc: B38611@...escale.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: fec: fix unbalanced clk disable on driver unbind
From: Stefan Agner <stefan@...er.ch>
Date: Thu, 5 Mar 2015 15:09:29 +0100
> When the driver is removed (e.g. using unbind through sysfs), the
> clocks get disabled twice, once on fec_enet_close and once on
> fec_drv_remove. Since the clocks are enabled only once, this leads
> to a warning:
>
> WARNING: CPU: 0 PID: 402 at drivers/clk/clk.c:992 clk_core_disable+0x64/0x68()
>
> Remove the call to fec_enet_clk_enable in fec_drv_remove to balance
> the clock enable/disable calls again. This has been introduce by
> e8fcfcd5684a ("net: fec: optimize the clock management to save power").
>
> Signed-off-by: Stefan Agner <stefan@...er.ch>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists