HID: i2c-hid: Remove unused label in i2c_hid_set_power
authorKenny Levinsen <kl@kl.wtf>
Tue, 7 May 2024 06:36:56 +0000 (08:36 +0200)
committerJiri Kosina <jkosina@suse.com>
Tue, 7 May 2024 08:43:10 +0000 (10:43 +0200)
commitd2b34fa81445193532e7012106f60426de3b3718
treebcf30e77f66c42b962116f2e1e65555667684983
parent7d6f065de37c31c37e56611efd41260c66c868ca
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 <sfr@canb.auug.org.au>
Signed-off-by: Kenny Levinsen <kl@kl.wtf>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/i2c-hid/i2c-hid-core.c