Skip to content

Commit

Permalink
HID: hid-lg4ff: remove unused label in !LEDS_CLASS case
Browse files Browse the repository at this point in the history
'out' label will be unused of CONFIG_LEDS_CLASS is unset.
Move it into conditional block.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Apr 23, 2012
1 parent 6401380 commit c6e6dc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/hid/hid-lg4ff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c6e6dc8

Please sign in to comment.