From: Jiri Slaby Date: Fri, 25 Jul 2008 08:48:19 +0000 (-0700) Subject: Char: mxser, ioctl cleanup X-Git-Tag: v2.6.27-rc1~295 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41aee9a121fd0c31ae22dfe57e8f9ee9d6d85c25;p=pandora-kernel.git Char: mxser, ioctl cleanup - remove break ctl from ioctl handler, it's never reached, since tty_ops->break_ctl is defined (mxser break handling is done in software) - mark MOXA_GET_MAJOR as deprecated - fix TIOCGICOUNT (some retval non-checks of put_user). Use copy_to_user to whole structure instead. Signed-off-by: Jiri Slaby Acked-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed