0020-MIPS-ralink-add-missing-comment-in-irq-driver.patch 980 B

1234567891011121314151617181920212223242526272829
  1. From 7c268f1b47669be2efce1607ee02193cb49424cf Mon Sep 17 00:00:00 2001
  2. From: John Crispin <[email protected]>
  3. Date: Sat, 16 Mar 2013 16:28:54 +0100
  4. Subject: [PATCH 20/79] MIPS: ralink: add missing comment in irq driver
  5. Trivial patch that adds a comment that makes the code more readable.
  6. Signed-off-by: John Crispin <[email protected]>
  7. Acked-by: Gabor Juhos <[email protected]>
  8. Patchwork: http://patchwork.linux-mips.org/patch/5168/
  9. ---
  10. arch/mips/ralink/irq.c | 1 +
  11. 1 file changed, 1 insertion(+)
  12. diff --git a/arch/mips/ralink/irq.c b/arch/mips/ralink/irq.c
  13. index d9807d0..320b1f1 100644
  14. --- a/arch/mips/ralink/irq.c
  15. +++ b/arch/mips/ralink/irq.c
  16. @@ -166,6 +166,7 @@ static int __init intc_of_init(struct device_node *node,
  17. irq_set_chained_handler(irq, ralink_intc_irq_handler);
  18. irq_set_handler_data(irq, domain);
  19. + /* tell the kernel which irq is used for performance monitoring */
  20. cp0_perfcount_irq = irq_create_mapping(domain, 9);
  21. return 0;
  22. --
  23. 1.7.10.4