Oops, remove some duplicated code.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14657 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2007-09-09 14:40:13 +00:00
parent dd998b7f94
commit d31751ef92
1 changed files with 0 additions and 4 deletions

View File

@ -121,10 +121,6 @@ void do_patching(void)
/* C calling convention, it's not nice to use global stuff */
busses = usb_get_busses();
usb_init();
usb_find_busses();
usb_find_devices();
for (bus = busses; bus; bus = bus->next) {
for (tmp_dev = bus->devices; tmp_dev; tmp_dev = tmp_dev->next) {
if (tmp_dev->descriptor.idVendor == E200R_VENDORID &&