(wiiusb_hid.c) Don't call remove_adapter from remove_notify
This commit is contained in:
parent
3c7098fdfd
commit
202ffaee3b
|
@ -225,8 +225,6 @@ static int wiiusb_hid_removalnotify_cb(int result, void *usrdata)
|
|||
if (!hid)
|
||||
return -1;
|
||||
|
||||
remove_adapter(hid, &adapters.next->device);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue