From: Heiko Carstens Date: Mon, 4 Dec 2006 14:40:02 +0000 (+0100) Subject: [S390] termio <-> termios conversion error handling. X-Git-Tag: v2.6.20-rc2~6^2~13^2~20^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654452a48aa2bbfa276016a1e35d8988ff991ebb;p=pandora-kernel.git [S390] termio <-> termios conversion error handling. Get rid of our own user_termio_to_kernel_termios() and kernel_termios_to_user_termio() macros which didn't check for errors on user space accesses. Instead use the generic functions which handle this properly. In addition the generic version of user_termio_to_kernel_termios() also copies the c_line member which was missing in our variant. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed