commit | b0ad4a3ace13907f873a960f06ff2d12734737ca | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Sat Mar 07 22:48:54 2015 -0700 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:47:58 2015 +0200 |
tree | 3d6cba29126235b139acf9276423987610c64115 | |
parent | 4db200e462110762ece7bc133e68458a14369eb1 [diff] |
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>