d291db author Jarkko Nikula 1336932643 +0300 committer Greg Kroah-Hartman 1337010590 -0700 USB: ohci-omap: Use usb_put_transceiver instead of put_device Currently usb_put_transceiver calls put_device so this is a no-op but it is better to keep API usage consistent as ohci->transceiver is allocated with usb_get_transceiver. While at there remove one extra ohci->transceiver test as the code block has already tested it. Signed-off-by: Jarkko Nikula Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman