commit | 6b9f72803c3777b77e623c1b464ab88320c63588 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Sun May 24 11:41:04 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Jul 22 08:57:53 2015 +0200 |
tree | 097b3b24808edb5404651fbddc4a3a2ea3dad29c | |
parent | 46f972956bef0f9154bd0394e4cf6bc5a6c41543 [diff] |
fastboot: Dynamic controller index for usb_gadget_handle_interrupts Since we're now using a dynamic controller index for fastboot too, usb_gadget_handle_interrupts should be using it instead of 0 (despite the fact that it's currently not being used at all in the musb-new implementation). Signed-off-by: Paul Kocialkowski <contact@paulk.fr>