Skip to content

Commit 85f0244

Browse files
Michael Changregkh
authored andcommitted
serial_core: Fix type definition for PORT_BRCM_TRUMANAGE.
It was mistakenly defined to be 24 instead of the next higher number 25. Reported-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Stephen Hurd <shurd@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Cc: stable <stable@vger.kernel.org> # 3.8 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 9800121 commit 85f0244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/serial_core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define PORT_LPC3220 22 /* NXP LPC32xx SoC "Standard" UART */
5151
#define PORT_8250_CIR 23 /* CIR infrared port, has its own driver */
5252
#define PORT_XR17V35X 24 /* Exar XR17V35x UARTs */
53-
#define PORT_BRCM_TRUMANAGE 24
53+
#define PORT_BRCM_TRUMANAGE 25
5454
#define PORT_MAX_8250 25 /* max port ID */
5555

5656
/*

0 commit comments

Comments
 (0)