summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2013-01-29 17:54:44 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-27 09:21:07 -0800
commit3f1aaeede7bdd955b530522fe15cb663ee4f24d8 (patch)
treed2d3f1142e3aaed4cd19523f310fbbdb81b0d6bc /include
parentcf9b490b5f6137023d01cf284b3fbe2a5bf5190a (diff)
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 <alexander.shishkin@linux.intel.com> Cc: Stephen Hurd <shurd@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/serial_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h
index dbb95dbcc182..ca2560c286b8 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 */
/*