Skip to content

Commit 4db8952

Browse files
committed
parisc: led: Fix LAN receive and transmit LEDs
Fix the LAN receive and LAN transmit LEDs, which where swapped up to now. Signed-off-by: Helge Deller <[email protected]> Cc: <[email protected]>
1 parent d75ef59 commit 4db8952

File tree

1 file changed

+2
-2
lines changed
  • arch/parisc/include/asm

1 file changed

+2
-2
lines changed

arch/parisc/include/asm/led.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#define LED1 0x02
1212
#define LED0 0x01 /* bottom (or furthest left) LED */
1313

14-
#define LED_LAN_TX LED0 /* for LAN transmit activity */
15-
#define LED_LAN_RCV LED1 /* for LAN receive activity */
14+
#define LED_LAN_RCV LED0 /* for LAN receive activity */
15+
#define LED_LAN_TX LED1 /* for LAN transmit activity */
1616
#define LED_DISK_IO LED2 /* for disk activity */
1717
#define LED_HEARTBEAT LED3 /* heartbeat */
1818

0 commit comments

Comments
 (0)