commit | f5c1ca77a3b2f9b424c4f39bd71143d0ac308924 | [log] [tgz] |
---|---|---|
author | Shinya Kuribayashi <skuribay@pobox.com> | Sun Jun 27 22:52:01 2010 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Aug 05 13:26:05 2010 +0100 |
tree | 361d18f2ac0b08bd480403aeca319f725eefd585 | |
parent | 1f1f4e7dbc0c0312e9e7fe3cadd07340ea62070f [diff] |
MIPS: Loongson: irq.c: Misc cleanups * Remove unnecessary 'if (int_status & (1 <<10))' statement * s/if (foo != 0)/if (foo)/ * Remove unused 'inst_status &= ~(1 << i);' line Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com> To: wuzhangjin@gmail.com CC: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1433/ Acked-by: Wu Zhangjin <wuzhangjin@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>