commit | 275e31b10ce20613aedceaa5160129c64b260a98 | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen@asianux.com> | Tue May 14 19:02:45 2013 +0800 |
committer | Grant Likely <grant.likely@linaro.org> | Sat Jun 08 21:15:09 2013 +0100 |
tree | 07e207a672bc8adf3c732d3a1194c9bfce2bb69f | |
parent | 346dbb79ea0118ebb0df372b35cab9d5805216cd [diff] |
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>