From: Michael Chan Date: Wed, 30 Jan 2013 01:54:44 +0000 (-0800) Subject: serial_core: Fix type definition for PORT_BRCM_TRUMANAGE. X-Git-Tag: v3.8.1~136 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abf98706b62cdd62ec5060cc921726526e2795eb;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git serial_core: Fix type definition for PORT_BRCM_TRUMANAGE. commit 85f024401bf80746ae08b7fd5809a9b16accf0b1 upstream. It was mistakenly defined to be 24 instead of the next higher number 25. Reported-by: Alexander Shishkin Cc: Stephen Hurd Signed-off-by: Michael Chan Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h index 2c6c85f..8f6e50a 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h @@ -50,7 +50,7 @@ #define PORT_LPC3220 22 /* NXP LPC32xx SoC "Standard" UART */ #define PORT_8250_CIR 23 /* CIR infrared port, has its own driver */ #define PORT_XR17V35X 24 /* Exar XR17V35x UARTs */ -#define PORT_BRCM_TRUMANAGE 24 +#define PORT_BRCM_TRUMANAGE 25 #define PORT_MAX_8250 25 /* max port ID */ /*