]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: dwc2: gadget: change variable name to more meaningful
authorRobert Baldyga <r.baldyga@samsung.com>
Mon, 29 Aug 2016 20:38:55 +0000 (13:38 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 31 Aug 2016 07:06:06 +0000 (10:06 +0300)
commitba48eab8866ca71e7978380cf7564cf8240f28f8
tree602325d1bc90b4c7615506cdea4387d1f5cf4d58
parentaa381a7259c3f53727bcaa8c5f9359e940a0e3fd
usb: dwc2: gadget: change variable name to more meaningful

Since we handle FIFOs and endpoint separately, using variable named 'ep'
in context of FIFO is misleading, hence we rename it to 'fifo'.

Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc2/gadget.c