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)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 30 Apr 2014 15:23:20 +0000 (16:23 +0100)
commit631f96b5e27fdf9dc7b7e78201c01d05321f1494
tree1c69f7ae66932de173df8a1bdb0a5ae8facd2bde
parent165f9a52923ddaf70ada17d3d957d832b89f15c4
usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabled

commit d8eb6c653ef6b323d630de3c5685478469e248bc upstream.

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 ]

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>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/gadget/atmel_usba_udc.c