2015-06-04 7:13 GMT+03:00 Jiang Liu <jiang.liu@xxxxxxxxxxxxxxx>: > Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc while we > already have a pointer to corresponding irq_desc. > > Note: this patch has been queued by Ralf Baechle <ralf@xxxxxxxxxxxxxx>. > > Signed-off-by: Jiang Liu <jiang.liu@xxxxxxxxxxxxxxx> > --- > arch/mips/ath25/ar2315.c | 2 +- > arch/mips/ath25/ar5312.c | 2 +- > arch/mips/cavium-octeon/octeon-irq.c | 4 +++- > arch/mips/pci/pci-ar2315.c | 2 +- > arch/mips/pci/pci-ar71xx.c | 2 +- > arch/mips/pci/pci-ar724x.c | 2 +- > arch/mips/pci/pci-rt3883.c | 2 +- > arch/mips/ralink/irq.c | 2 +- > 8 files changed, 10 insertions(+), 8 deletions(-) > For ath25 (AR231x/AR5312) changes Acked-by: Sergey Ryazanov <ryazanov.s.a@xxxxxxxxx> -- Sergey