mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
6401380086
commit
c6e6dc87b3
1 changed files with 1 additions and 2 deletions
|
@ -588,9 +588,8 @@ err:
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
out:
|
||||
#endif
|
||||
hid_info(hid, "Force feedback support for Logitech Gaming Wheels\n");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue