Files
android_kernel_xiaomi_sm8450/drivers/net/ntb_netdev.c
Jon Mason 904435cf76 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 <jon.mason@intel.com>
2013-05-15 10:58:14 -07:00

9.7 KiB