]> git.baikalelectronics.ru Git - kernel.git/commit
TI DaVinci EMAC : Fix rmmod error
authorchaithrika@ti.com <chaithrika@ti.com>
Wed, 17 Jun 2009 01:28:54 +0000 (01:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Jun 2009 07:29:08 +0000 (00:29 -0700)
commit7d237b6bfdb15fa84a85bdb7de3950b7b990b03b
tree338871af43c8d98b68af5b4e488d0e4c81e8e5c7
parent6b97d18cdab13b67dcbdfd303a32196a24c64ac4
TI DaVinci EMAC : Fix rmmod error

clk_disable was called twice in the remove function.
Correct this so that the driver module unloads without error.

Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/davinci_emac.c