Home
last modified time | relevance | path

Searched hist:"282685 e07e4f5dccc70c6bfd3ce3603861e94aaa" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.c282685e07e4f5dccc70c6bfd3ce3603861e94aaa Sun Mar 08 05:48:54 UTC 2015 Stephen Warren <swarren@wwwdotorg.org> usb: dwc2: remove control_data_toggle[]

The control data toggle resets to DATA1 at the start of the data phase
of every setup transaction. We don't need a global variable to store
the value; we can just store it on the stack.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>