remove renaming wrong place

This commit is contained in:
vorasilp
2025-06-05 17:02:31 +07:00
parent d4b3cdebfe
commit 8707b52521
+1 -1
View File
@@ -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);