Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel/irq/irqdomain.c: before use 'irq_data', need check it whether …
…valid. 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>
- Loading branch information