gpio: pca953x: Get rid of useless goto label
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 1 Sep 2023 13:40:40 +0000 (16:40 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 11 Sep 2023 07:00:09 +0000 (09:00 +0200)
commit40db075545ad984972cd57fed3d910c7ddd8e514
tree69a39a44186aa75c358a03569e5a1a4a9b1a6dfe
parent7c30130662877a761e53e7a67269b2ed5308aed0
gpio: pca953x: Get rid of useless goto label

In a few functions goto label is useless as there are no locking,
no nothing that may justify its usage. Get rid of it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-pca953x.c