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:
346dbb7
)
kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.
author
Chen Gang
<gang.chen@asianux.com>
Tue, 14 May 2013 11:02:45 +0000
(19:02 +0800)
committer
Grant Likely
<grant.likely@linaro.org>
Sat, 8 Jun 2013 20:15:09 +0000
(21:15 +0100)
Since irq_data may be NULL, if so, we WARN_ON(), and continue, 'hwirq'
which related with 'irq_data' has to initialize later, or it will cause
issue.
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
No differences found