add missing otg_put_transceiver() call
authorPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 1 Dec 2008 21:17:25 +0000 (13:17 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Dec 2008 19:10:30 +0000 (11:10 -0800)
As Russell King points out, calling put_device(otg_transceiver->dev)
directly in driver cleanup paths makes assumptions about otg_transceiver
internals.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found