drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULL
authorAlexander Stein <alexander.stein@systec-electronic.com>
Wed, 15 Jun 2011 22:08:55 +0000 (15:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Jun 2011 03:04:02 +0000 (20:04 -0700)
commitfb139dfeef9558a12ffdbf9e26951fd1a9304f3b
tree10a6408fa9953a484e7fcc629b433a9252c0a6de
parent273ef9509b7903e50f36aaf9f1d5dc9087fca506
drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULL

If dmi_get_system_info() returns NULL, pch_uart_init_port() will
dereferencea a zero pointer.

This oops was observed on an Atom based board which has no BIOS, but
a bootloder which doesn't provide DMI data.

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Cc: Greg KH <gregkh@suse.de>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/tty/serial/pch_uart.c