summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2015-03-05 15:09:29 +0100
committerDavid S. Miller <davem@davemloft.net>2015-03-05 22:23:33 -0500
commite9647d1e74a9778539ad3232e58833210c1935f5 (patch)
tree7c35f7e0784650a6ff52452e229fa4d9f41d3332 /net/ipv4/tcp.c
parentd941bebf5e89478f480038ea30d194537eb64311 (diff)
net: fec: fix unbalanced clk disable on driver unbind
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@agner.ch> Acked-by: Fugang Duan <B38611@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp.c')
0 files changed, 0 insertions, 0 deletions