]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabled
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 3 Mar 2014 16:48:34 +0000 (17:48 +0100)
committerFelipe Balbi <balbi@ti.com>
Wed, 5 Mar 2014 20:40:10 +0000 (14:40 -0600)
commitd8eb6c653ef6b323d630de3c5685478469e248bc
tree7a1c5924fd0eb8aae913f7742093bfdaaa5732ee
parentfb0e139d93f50f0cfa3ff4377d34c70dbc542797
usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabled

commit 511f3c5 (usb: gadget: udc-core: fix a regression during gadget driver
unbinding) introduced a crash when DEBUG is enabled.

The debug trace in the atmel_usba_stop function made the assumption that the
driver pointer passed in parameter was not NULL, but since the commit above,
such assumption was no longer always true.

This commit now uses the driver pointer stored in udc which fixes this
issue.

[ balbi@ti.com : improved commit log a bit ]

Cc: <stable@vger.kernel.org> # v3.2+
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/atmel_usba_udc.c