Home
last modified time | relevance | path

Searched hist:"1 e1be6d478c7c2cddf97e2623dd5c4c10bc23020" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c1e1be6d478c7c2cddf97e2623dd5c4c10bc23020 Sat Dec 14 01:03:11 UTC 2013 Marek Vasut <marex@denx.de> usb: ehci: Do not de-init uninited controllers

In case the controller is not initialized, we shall not de-initialize it.
As the control structure will not be filled, we will produce a null ptr
dereference if the controller is not inited.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>