Re: [PATCH 2/4] usb: typec: tcpm: Release the role mux when exiting

2018-05-01 Thread Hans de Goede
Hi, On 30-04-18 14:41, Heikki Krogerus wrote: The ref count for the USB role switch device must be released after we are done using the switch. Fixes: c6962c29729c ("usb: typec: tcpm: Set USB role switch to device mode when configured as such") Signed-off-by: Heikki Krogerus

Re: [PATCH 2/4] usb: typec: tcpm: Release the role mux when exiting

2018-04-30 Thread Guenter Roeck
On 04/30/2018 05:41 AM, Heikki Krogerus wrote: The ref count for the USB role switch device must be released after we are done using the switch. Fixes: c6962c29729c ("usb: typec: tcpm: Set USB role switch to device mode when configured as such") Signed-off-by: Heikki Krogerus

[PATCH 2/4] usb: typec: tcpm: Release the role mux when exiting

2018-04-30 Thread Heikki Krogerus
The ref count for the USB role switch device must be released after we are done using the switch. Fixes: c6962c29729c ("usb: typec: tcpm: Set USB role switch to device mode when configured as such") Signed-off-by: Heikki Krogerus --- drivers/usb/typec/tcpm.c |