aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/sun3/leds.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/sun3/leds.c')
-rw-r--r--arch/m68k/sun3/leds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/sun3/leds.c b/arch/m68k/sun3/leds.c
index a3e948463982..aad2e0a0682e 100644
--- a/arch/m68k/sun3/leds.c
+++ b/arch/m68k/sun3/leds.c
@@ -7,7 +7,7 @@ void sun3_leds(unsigned char byte)
unsigned char dfc;
GET_DFC(dfc);
- SET_DFC(FC_CONTROL);
- SET_CONTROL_BYTE(AC_LEDS,byte);
+ SET_DFC(FC_CONTROL);
+ SET_CONTROL_BYTE(AC_LEDS, byte);
SET_DFC(dfc);
}