git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b99ece
)
microblaze: Sane handling of missing timer/intc in device tree
author
John Williams
<john.williams@petalogix.com>
Wed, 29 Jul 2009 12:08:40 +0000
(22:08 +1000)
committer
Michal Simek
<monstr@monstr.eu>
Tue, 18 Aug 2009 08:33:30 +0000
(10:33 +0200)
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>
No differences found