-
由 David Miller 提交于
Need to do the unregister_device() after all references to the driver private have been done. Also we need to use del_timer_sync() for the timers so that we don't have any asynchronous references after the unregister. Signed-off-by: NDavid S. Miller <davem@davemloft.net>acf673a3