commit | 8f608e8ab62868d0dee7e2dd928239a55c133b43 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Mar 27 10:53:29 2018 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon May 21 10:00:51 2018 +0300 |
tree | b37c67433b2ef435590ee0f83fdbfeb4facac0e0 | |
parent | 320338651d331847e0520717b8a2d6ef5150d2fe [diff] |
usb: dwc3: gadget: remove unnecessary 'dwc' parameter Endpoint handlers need to know about endpoints, not dwc. If they really need access to dwc (e.g. for printing error messages) we have a reference to it tucked inside the endpoint. This patch has no functional changes, it's simply moving things around. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>