mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-26 17:44:16 +00:00
remove renaming wrong place
This commit is contained in:
@@ -2483,7 +2483,7 @@ static void aicwf_usb_disconnect(struct usb_interface *intf)
|
|||||||
#if 0
|
#if 0
|
||||||
if(timer_pending(&usb_dev->rwnx_hw->p2p_alive_timer) && usb_dev->rwnx_hw->is_p2p_alive == 1){
|
if(timer_pending(&usb_dev->rwnx_hw->p2p_alive_timer) && usb_dev->rwnx_hw->is_p2p_alive == 1){
|
||||||
printk("%s del timer rwnx_hw->p2p_alive_timer \r\n", __func__);
|
printk("%s del timer rwnx_hw->p2p_alive_timer \r\n", __func__);
|
||||||
rwnx_timer_delete(&usb_dev->rwnx_hw->p2p_alive_timer);
|
rwnx_del_timer(&usb_dev->rwnx_hw->p2p_alive_timer);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
aicwf_bus_deinit(usb_dev->dev);
|
aicwf_bus_deinit(usb_dev->dev);
|
||||||
|
|||||||
Reference in New Issue
Block a user