Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6d7c7a9 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] IP32: Fix warnings.


    
The expressions are volatile; no need for temporary variables.
    
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7cb710c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,12 +31,12 @@
/* issue a PIO read to make sure no PIO writes are pending */
static void inline flush_crime_bus(void)
{
	volatile unsigned long junk = crime->control;
	crime->control;
}

static void inline flush_mace_bus(void)
{
	volatile unsigned long junk = mace->perif.ctrl.misc;
	mace->perif.ctrl.misc;
}

#undef DEBUG_IRQ