usb: typec: tipd: Move tps6598x_disconnect error path to its own label
authorSven Peter <sven@svenpeter.dev>
Mon, 14 Nov 2022 17:44:49 +0000 (18:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Nov 2022 16:29:41 +0000 (17:29 +0100)
commit53a256ea9596ec78a9f5dd51f2b49c2355b15d6e
treeb15e534a281bfadaf5ef1b8112198d2af3515d46
parent4c8f27ba9ede0118cac9d775204f9b0ecdb877b0
usb: typec: tipd: Move tps6598x_disconnect error path to its own label

While the code currently correctly calls tps6598x_disconnect before jumping
to the error cleanup label it's inconsistent compared to all the other cleanup
actions and prone to introduce bugs if any more resources are added.

Signed-off-by: Sven Peter <sven@svenpeter.dev>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20221114174449.34634-4-sven@svenpeter.dev
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tipd/core.c