commit | 892ee92b81b6e7fa5f6147c96e11c6c1b9802fc6 | [log] [tgz] |
---|---|---|
author | John Williams <john.williams@petalogix.com> | Wed Jul 29 22:08:40 2009 +1000 |
committer | Michal Simek <monstr@monstr.eu> | Tue Aug 18 10:33:30 2009 +0200 |
tree | 8ae8086fe126192fb4fd68a37811db24599048a3 | |
parent | 6b99ecec25c8fd501e74306f5d23dd0365065e2a [diff] |
microblaze: Sane handling of missing timer/intc in device tree 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>