]> git.baikalelectronics.ru Git - kernel.git/commit
usb: typec: tcpm: Release the role mux when exiting
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Mon, 30 Apr 2018 12:41:56 +0000 (15:41 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2018 17:55:27 +0000 (10:55 -0700)
commit5492d8b00fed5360f44f5474a6acffe3a36da302
tree24b7a3d4699f809e4b077011cd4ed1453497361a
parenta9942d00ad60ca30bcba5d31bf7657ff49e1d519
usb: typec: tcpm: Release the role mux when exiting

The ref count for the USB role switch device must be
released after we are done using the switch.

Fixes: 477010a533c9 ("usb: typec: tcpm: Set USB role switch to device mode when configured as such")
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm.c