commit | 9d51e801dba0c79ae979ef2f6928e402eb41009b | [log] [tgz] |
---|---|---|
author | Benjamin Tisssoires <benjamin.tissoires@redhat.com> | Thu Jan 30 17:16:36 2014 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Jan 30 17:30:57 2014 -0800 |
tree | 038314e23edf877a325746a851a094c4e1ae79bf | |
parent | 6f2e6c9b451b907b693b7fe3db3792e57796ffea [diff] |
Input: uinput - breaks by goto out in uinput_ioctl_handler The current implementation prevents us to add variable-length ioctl. Use a bunch of gotos instead of break to allow us to do so. No functional changes. Signed-off-by: Benjamin Tisssoires <benjamin.tissoires@redhat.com> Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>