diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2011-06-15 22:08:55 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-16 03:04:02 (GMT) |
commit | fb139dfeef9558a12ffdbf9e26951fd1a9304f3b (patch) | |
tree | 10a6408fa9953a484e7fcc629b433a9252c0a6de /samples/hw_breakpoint | |
parent | 273ef9509b7903e50f36aaf9f1d5dc9087fca506 (diff) | |
download | linux-fsl-qoriq-fb139dfeef9558a12ffdbf9e26951fd1a9304f3b.tar.xz |
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>
Diffstat (limited to 'samples/hw_breakpoint')
0 files changed, 0 insertions, 0 deletions