git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acaf827
)
r6040: Do a Proper deinit at errorpath and also when driver unloads (calling r6040_re...
author
Devendra Naga
<devendra.aaru@gmail.com>
Tue, 29 May 2012 13:43:34 +0000
(13:43 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 30 May 2012 02:31:08 +0000
(22:31 -0400)
so if mdiobus_alloc fails, the errorpath doesnt do a netif_napi_del and also
doesn't set the priv data of the driver to NULL.
at the driver unload stage the driver doesn't remove the NAPI context, and
doesnt' set the priv data to NULL, and also doesn't call the pci_iounmap.
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/rdc/r6040.c
patch
|
blob
|
history
diff --cc
drivers/net/ethernet/rdc/r6040.c
Simple merge