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:
d17ecb2
)
DM9000: fix use of kfree() on net device
author
Ben Dooks
<ben-linux@fluff.org>
Mon, 7 May 2007 11:13:25 +0000
(11:13 +0000)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 8 May 2007 05:15:15 +0000
(
01:15
-0400)
The DM9000 network driver is calling kfree() on an netdev
causing the system to oops if the probe fails. The right
thing to do is call free_netdev().
Thanks to Russell King for spotting this.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found