(wiiusb_hid.c) Don't call remove_adapter from remove_notify

This commit is contained in:
twinaphex 2015-08-30 12:44:29 +02:00
parent 3c7098fdfd
commit 202ffaee3b

View File

@ -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;
}