[MIPS] IP32: Fix warnings. The expressions are volatile; no need for temporary variables. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+2 -2
+2 -2
arch/mips/sgi-ip32/ip32-irq.c
··· 31 31 /* issue a PIO read to make sure no PIO writes are pending */ 32 32 static void inline flush_crime_bus(void) 33 33 { 34 - volatile unsigned long junk = crime->control; 34 + crime->control; 35 35 } 36 36 37 37 static void inline flush_mace_bus(void) 38 38 { 39 - volatile unsigned long junk = mace->perif.ctrl.misc; 39 + mace->perif.ctrl.misc; 40 40 } 41 41 42 42 #undef DEBUG_IRQ