From: Ben Dooks Date: Mon, 7 May 2007 11:13:25 +0000 (+0000) Subject: DM9000: fix use of kfree() on net device X-Git-Tag: v2.6.22-rc1~355^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd9f9b669ca71f7b3a7709d02d305c3d428d2fe;p=pandora-kernel.git DM9000: fix use of kfree() on net device 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed