Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6e6dc87 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: hid-lg4ff: remove unused label in !LEDS_CLASS case



'out' label will be unused of CONFIG_LEDS_CLASS is unset.
Move it into conditional block.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 64013800
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -588,9 +588,8 @@ int lg4ff_init(struct hid_device *hid)
			}
		}
	}
#endif

out:
#endif
	hid_info(hid, "Force feedback support for Logitech Gaming Wheels\n");
	return 0;
}