diff options
author | Hugo Villeneuve <[email protected]> | 2023-08-07 17:45:52 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-08-22 15:30:00 +0200 |
commit | dabc54a45711fe77674a6c0348231e00e66bd567 (patch) | |
tree | 9a47fed79da17d4c5b262a9a5093726da4a69be6 /net/lapb/lapb_timer.c | |
parent | 2861ed4d6e6d1a2c9de9bf5b0abd996c2dc673d0 (diff) |
serial: sc16is7xx: remove obsolete out_thread label
Commit c8f71b49ee4d ("serial: sc16is7xx: setup GPIO controller later
in probe") moved GPIO setup code later in probe function. Doing so
also required to move ports cleanup code (out_ports label) after the
GPIO cleanup code.
After these moves, the out_thread label becomes misplaced and makes
part of the cleanup code illogical.
This patch remove the now obsolete out_thread label and make GPIO
setup code jump to out_ports label if it fails.
Signed-off-by: Hugo Villeneuve <[email protected]>
Reviewed-by: Lech Perczak <[email protected]>
Tested-by: Lech Perczak <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions