Re: [PATCH] usb_serial: Stop passing NULL to functions that expect data

2007-09-26 Thread Alan Cox
On Wed, 26 Sep 2007 15:52:48 -0700 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Wed, 26 Sep 2007 23:08:40 +0100 > Alan Cox <[EMAIL PROTECTED]> wrote: > > > Earlier patches have removed the checking for old v new differences from > > the USB drivers so we can now pass in a valid blank old

Re: [PATCH] usb_serial: Stop passing NULL to functions that expect data

2007-09-26 Thread Andrew Morton
On Wed, 26 Sep 2007 23:08:40 +0100 Alan Cox <[EMAIL PROTECTED]> wrote: > Earlier patches have removed the checking for old v new differences from > the USB drivers so we can now pass in a valid blank old termios so that > we don't to fill the drivers with magic hacks for console support Are all

[PATCH] usb_serial: Stop passing NULL to functions that expect data

2007-09-26 Thread Alan Cox
Earlier patches have removed the checking for old v new differences from the USB drivers so we can now pass in a valid blank old termios so that we don't to fill the drivers with magic hacks for console support Signed-off-by: Alan Cox <[EMAIL PROTECTED]> diff -u --new-file --exclude-from

[PATCH] usb_serial: Stop passing NULL to functions that expect data

2007-09-26 Thread Alan Cox
Earlier patches have removed the checking for old v new differences from the USB drivers so we can now pass in a valid blank old termios so that we don't to fill the drivers with magic hacks for console support Signed-off-by: Alan Cox [EMAIL PROTECTED] diff -u --new-file --exclude-from

Re: [PATCH] usb_serial: Stop passing NULL to functions that expect data

2007-09-26 Thread Andrew Morton
On Wed, 26 Sep 2007 23:08:40 +0100 Alan Cox [EMAIL PROTECTED] wrote: Earlier patches have removed the checking for old v new differences from the USB drivers so we can now pass in a valid blank old termios so that we don't to fill the drivers with magic hacks for console support Are all the

Re: [PATCH] usb_serial: Stop passing NULL to functions that expect data

2007-09-26 Thread Alan Cox
On Wed, 26 Sep 2007 15:52:48 -0700 Andrew Morton [EMAIL PROTECTED] wrote: On Wed, 26 Sep 2007 23:08:40 +0100 Alan Cox [EMAIL PROTECTED] wrote: Earlier patches have removed the checking for old v new differences from the USB drivers so we can now pass in a valid blank old termios so that