]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: udc: atmel: fix uninitialized read in debug printk
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Thu, 28 May 2020 18:35:54 +0000 (20:35 +0200)
committerFelipe Balbi <balbi@kernel.org>
Thu, 9 Jul 2020 07:13:07 +0000 (10:13 +0300)
commit11887aa473069a99944e5f7703372bbffc09e536
treec271ada8fe0a225ea5aa6027634bd1ce7c593050
parentdb563576c125ca767ea699f4c0824a11d97d9ced
usb: gadget: udc: atmel: fix uninitialized read in debug printk

Fixed commit moved the assignment of 'req', but did not update a
reference in the DBG() call. Use the argument as it was renamed.

Fixes: 0b45561efcac ("usb: gadget: udc: atmel: fix possible oops when unloading module")
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/gadget/udc/atmel_usba_udc.c