https://github.com/torvalds/linux
Revision 892ee92b81b6e7fa5f6147c96e11c6c1b9802fc6 authored by John Williams on 29 July 2009, 12:08:40 UTC, committed by Michal Simek on 18 August 2009, 08:33:30 UTC
This code path doesn't test any returned pointers for NULL, leading to a bad
kernel page fault if there's no timer/intc found.

Slightly better is to BUG(), but even better still would be a printk beforehand.

Signed-off-by: John Williams <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
1 parent 6b99ece
History
Tip revision: 892ee92b81b6e7fa5f6147c96e11c6c1b9802fc6 authored by John Williams on 29 July 2009, 12:08:40 UTC
microblaze: Sane handling of missing timer/intc in device tree
Tip revision: 892ee92
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 952 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 148.4 KB
Makefile -rw-r--r-- 53.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top