]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: dwc3: gadget: rename dwc3_process_event_buf
authorFelipe Balbi <balbi@ti.com>
Wed, 12 Jun 2013 18:16:11 +0000 (21:16 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 29 Jul 2013 10:57:00 +0000 (13:57 +0300)
commit7f97aa9865800766e570d0e1be772a034dd30388
treed70e1e01fc48a0a32a60404601ea228fbadc2077
parente8adfc30ff9282a728fd8b666b6418308164c415
usb: dwc3: gadget: rename dwc3_process_event_buf

that function isn't really processing any event
buffer, rather just checking whether it contains
events to be processed.

Due to that reason, we're reaning it to dwc3_check_event_buf()
instead.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c