浏览代码

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>
Jiri Kosina 13 年之前
父节点
当前提交
c6e6dc87b3
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      drivers/hid/hid-lg4ff.c

+ 1 - 2
drivers/hid/hid-lg4ff.c

@@ -588,9 +588,8 @@ err:
 			}
 			}
 		}
 		}
 	}
 	}
-#endif
-
 out:
 out:
+#endif
 	hid_info(hid, "Force feedback support for Logitech Gaming Wheels\n");
 	hid_info(hid, "Force feedback support for Logitech Gaming Wheels\n");
 	return 0;
 	return 0;
 }
 }