projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb710c
)
[MIPS] IP32: Fix warnings.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 30 May 2006 01:13:16 +0000
(
02:13
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 5 Jun 2006 23:15:19 +0000
(
00:15
+0100)
The expressions are volatile; no need for temporary variables.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip32/ip32-irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/sgi-ip32/ip32-irq.c
b/arch/mips/sgi-ip32/ip32-irq.c
index de01c9815bddf719f6b40dd85bf0d67dee95913b..8ba08047d164222b31bf6315b66fb51603d3a93a 100644
(file)
--- a/
arch/mips/sgi-ip32/ip32-irq.c
+++ b/
arch/mips/sgi-ip32/ip32-irq.c
@@
-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