Searched hist:dcb89b5aa0a90f791a594e0177cb144fdccec784 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | ci_udc.c | dcb89b5aa0a90f791a594e0177cb144fdccec784 Tue Jul 01 20:22:27 UTC 2014 Stephen Warren <swarren@nvidia.com> usb: ci_udc: use var name ep/ci_ep consistently
Almost all of ci_udc.c uses variable name "ep" for a struct usb_ep and "ci_ep" for a struct ci_ep. This is nice and consistent, and helps people know what type a variable is without searching for the declaration. handle_ep_complete() doesn't do this, so fix it to be consistent.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
|