commit | 43a8f25b6ca77894ddfd46c2b1196c7bd487561f | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Jun 10 11:02:35 2014 -0600 |
committer | Marek Vasut <marex@denx.de> | Wed Jun 11 02:26:05 2014 +0200 |
tree | 37dfaa6721d3f74e98265bbc0a0254b0f89341f9 | |
parent | 006c7026882011ba49c9a39d27c4aff3ace07847 [diff] |
usb: ci_udc: call udc_disconnect() from ci_pullup() ci_pullup()'s !is_on path contains a cut/paste copy of udc_disconnect(). Remove the duplication by simply calling udc_disconnect() instead. Signed-off-by: Stephen Warren <swarren@nvidia.com>