This is a note to let you know that I've just added the patch titled

    serial_core: Fix type definition for PORT_BRCM_TRUMANAGE.

to my tty git tree which can be found at
    git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
in the tty-next branch.

The patch will show up in the next release of the linux-next tree
(usually sometime within the next 24 hours during the week.)

The patch will also be merged in the next major kernel release
during the merge window.

If you have any questions about this process, please let me know.


>From 85f024401bf80746ae08b7fd5809a9b16accf0b1 Mon Sep 17 00:00:00 2001
From: Michael Chan <[email protected]>
Date: Tue, 29 Jan 2013 17:54:44 -0800
Subject: 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 <[email protected]>
Cc: Stephen Hurd <[email protected]>
Signed-off-by: Michael Chan <[email protected]>
Cc: stable <[email protected]>  # 3.8
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 include/uapi/linux/serial_core.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h
index 08464ef..b6a23a4 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 */
 
 /*
-- 
1.8.1.2.434.g9a6c84e.dirty


--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to