]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: bdc: fix a driver crash on disconnect
authorAl Cooper <alcooperx@gmail.com>
Fri, 24 Jul 2015 20:09:36 +0000 (16:09 -0400)
committerFelipe Balbi <balbi@ti.com>
Mon, 27 Jul 2015 15:15:06 +0000 (10:15 -0500)
commitc53f72c026ec6eadbcb21e8d92c065ef7bfba547
tree1c1d20dbe23a48c896c70f9d6745eb22664df276
parent54dce1524e21524def4405a79436684fb324a185
usb: gadget: bdc: fix a driver crash on disconnect

ep_dequeue() in bdc_ep.c was capturing the hw dequeue pointer
incorrectly by reading the wrong register for the upper 32 bits.

Signed-off-by: Al Cooper <alcooperx@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/bdc/bdc_ep.c