From: Jarkko Nikula Date: Sun, 13 May 2012 18:10:43 +0000 (+0300) Subject: USB: ohci-omap: Use usb_put_transceiver instead of put_device X-Git-Tag: v3.5-rc1~149^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0686a1fab07ecd1ec42e7bc6b0dd2f567378da30;p=pandora-kernel.git 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 --- Reading git-diff-tree failed