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: Jiri Kosina <jkosina@suse.cz>
diff --git a/drivers/hid/hid-lg4ff.c b/drivers/hid/hid-lg4ff.c
index 24cf037..f3390ee 100644
--- a/drivers/hid/hid-lg4ff.c
+++ b/drivers/hid/hid-lg4ff.c
@@ -588,9 +588,8 @@
 			}
 		}
 	}
-#endif
-
 out:
+#endif
 	hid_info(hid, "Force feedback support for Logitech Gaming Wheels\n");
 	return 0;
 }