From: Benjamin Tisssoires Date: Fri, 31 Jan 2014 01:16:36 +0000 (-0800) Subject: Input: uinput - breaks by goto out in uinput_ioctl_handler X-Git-Tag: v3.15-rc1~102^2^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d51e801dba0c79ae979ef2f6928e402eb41009b;p=pandora-kernel.git 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 Reviewed-by: David Herrmann Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed