pinctrl: intel: Drop the only label in the code for consistency
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 12 Jun 2020 14:49:58 +0000 (17:49 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 22 Jun 2020 07:58:51 +0000 (10:58 +0300)
commit8fff0427d1b2b47469496dbcf3f846dab0cccc7b
tree600d3bec93763264c25d0d4bf0abaf9e7df78710
parentbb2f43d49b72c8497dba53a44fc41bea03d4ab9e
pinctrl: intel: Drop the only label in the code for consistency

Drop the only label in the code, i.e. in intel_config_set_debounce(),
for consistency with the rest. In entire driver we use multipoint
return.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pinctrl/intel/pinctrl-intel.c