]> git.baikalelectronics.ru Git - kernel.git/commit
serial: stop passing NULL to functions that expect data
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 18 Oct 2007 08:24:16 +0000 (01:24 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 25 Oct 2007 19:18:40 +0000 (12:18 -0700)
commit58ff1331cc667d0b859d62ade25fbd8a6060162f
treeedba137c0805b0c69b4c90bb674be0a385d66a0c
parentf904c6487de996814b9437b828498124ce0ab6c4
serial: stop passing NULL to functions that expect data

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 <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/serial_core.c