Re: [uml-devel] [PATCH] um: Use tty_port

2012-02-12 Thread Jiri Slaby
On 02/12/2012 01:24 AM, Richard Weinberger wrote: >> @@ -228,92 +238,6 @@ void line_set_termios(struct tty_struct *tty, struct >> ktermios * old) >> /* nothing */ >> } >> >> -static const struct { >> -int cmd; >> -char *level; >> -char *name; >> -} tty_ioctls[] = { >> -/*

Re: [uml-devel] [PATCH] um: Use tty_port

2012-02-12 Thread Richard Weinberger
Am 12.02.2012 14:01, schrieb Jiri Slaby: > This and the ioctl change above fullfils the subject of the patch in no > way. Do this fix and the cleanup above separately, please. Fair point. > >>> @@ -404,27 +334,27 @@ int line_setup_irq(int fd, int input, int output, >>> struct line *line, void *

[uml-devel] [PATCH] um: Use tty_port

2012-02-11 Thread Richard Weinberger
Whoops, I messed up the subject line. Sorry! Am 12.02.2012 01:21, schrieb Richard Weinberger: > Can you please review this patch? > > Thanks, > //richard > > --- > From d8f5e7953def150bcc1e6a39dbbe589f1c68bcbd Mon Sep 17 00:00:00 2001 > From: Richard Weinberger > Date: Sun, 12 Feb 2012 01:12:4