From: Ursula Braun Date: Mon, 4 Jul 2016 12:07:16 +0000 (+0200) Subject: qeth: delete napi struct when removing a qeth device X-Git-Tag: v3.2.82~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c53651ee6cf3beb113e84c7f1d05d04a5815fb;p=pandora-kernel.git qeth: delete napi struct when removing a qeth device commit 7831b4ff0d926e0deeaabef9db8800ed069a2757 upstream. A qeth_card contains a napi_struct linked to the net_device during device probing. This struct must be deleted when removing the qeth device, otherwise Panic on oops can occur when qeth devices are repeatedly removed and added. Fixes: a1c3ed4c9ca ("qeth: NAPI support for l2 and l3 discipline") Signed-off-by: Ursula Braun Tested-by: Alexander Klein Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed