• Felipe Balbi's avatar
    usb: dwc3: ep0: fix compile warning · 1a0955fe
    Felipe Balbi authored
    commit 34c60a7 (usb: dwc3: ep0: tidy up Pending
    Request handling) introduced a compile warning
    by leaving an unused variable.
    
    This patch fixes that warning:
    
    drivers/usb/dwc3/ep0.c: In function ‘__dwc3_gadget_ep0_queue’:
    drivers/usb/dwc3/ep0.c:129:8: warning: unused variable ‘type’
    [-Wunused-variable]
    Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
    1a0955fe
ep0.c 20.1 KB