From: Jon Mason Date: Thu, 18 Apr 2013 20:36:43 +0000 (-0700) Subject: ntb_netdev: remove from list on exit X-Git-Tag: v3.10-rc2~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=904435cf76a9bdd5eb41b1c4e049d5a64f3a8400;p=pandora-kernel.git ntb_netdev: remove from list on exit The ntb_netdev device is not removed from the global list of devices upon device removal. If the device is re-added, the removal code would find the first instance and try to remove an already removed device. Signed-off-by: Jon Mason --- Reading git-diff-tree failed