fastboot: Dynamic controller index for usb_gadget_handle_interrupts
authorPaul Kocialkowski <contact@paulk.fr>
Sun, 24 May 2015 09:41:04 +0000 (11:41 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 22 Jul 2015 06:57:53 +0000 (08:57 +0200)
commiteca76b7429cedb600d724f6f1655bc43ede811a8
tree097b3b24808edb5404651fbddc4a3a2ea3dad29c
parent99fc2221a059b2571aedf6ff27d7d17dac2b0994
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>
common/cmd_fastboot.c