libpayload: EHCI - detach controller in ehci_shutdown()
commit7a9da71c5f276cdfd986ad81b2b344fc641bd0a7
authorMathias Krause <minipli@googlemail.com>
Sun, 24 Mar 2013 18:40:01 +0000 (24 19:40 +0100)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 25 Mar 2013 12:18:41 +0000 (25 13:18 +0100)
tree5d31c45712d57591f7300ee2fd86106a288ec6ea
parentc15551ab0878c16f61335a701dd34c7d0e89120e
libpayload: EHCI - detach controller in ehci_shutdown()

It shouldn't be used any more as we're about to free() the memory behind
the controller -- therefore detach it.

Change-Id: I875322a9940570c51d412a7f3bfb6af4ea3b3764
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Reviewed-on: http://review.coreboot.org/2899
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.huber@secunet.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
payloads/libpayload/drivers/usb/ehci.c