From: Kenny Levinsen Date: Tue, 7 May 2024 06:36:56 +0000 (+0200) Subject: HID: i2c-hid: Remove unused label in i2c_hid_set_power X-Git-Tag: v6.10-rc1~166^2~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2b34fa81445193532e7012106f60426de3b3718;p=thirdparty%2Fkernel%2Flinux.git HID: i2c-hid: Remove unused label in i2c_hid_set_power This label was left behind when the wake-up logic was moved from i2c_hid_set_power to i2c_hid_probe_address. Clean it up as it causes warnings-as-errors builds to fail. Fixes: bb1033c8a3ea ("HID: i2c-hid: Use address probe to wake on resume") Reported-by: Stephen Rothwell Signed-off-by: Kenny Levinsen Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/i2c-hid/i2c-hid-core.c b/drivers/hid/i2c-hid/i2c-hid-core.c index 13666c27b02e6..aa460f67c7b56 100644 --- a/drivers/hid/i2c-hid/i2c-hid-core.c +++ b/drivers/hid/i2c-hid/i2c-hid-core.c @@ -413,8 +413,6 @@ static int i2c_hid_set_power(struct i2c_hid *ihid, int power_state) dev_err(&ihid->client->dev, "failed to change power setting.\n"); -set_pwr_exit: - /* * The HID over I2C specification states that if a DEVICE needs time * after the PWR_ON request, it should utilise CLOCK stretching.