]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:00 +0000 (13:49 +0200)
commit844a59aa81b2a2ec8161dfe99487ea391994d1c1
treebae8aae09111c1783a8df50e93a2050b4981e1d8
parent9f6a27882d302228d74363d49dc9fefbce333869
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