aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2010-11-12 19:47:47 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-16 12:50:18 -0800
commite44dcb6c377529805bbaae505d5b333daab69111 (patch)
tree364a994a250c177c40f7a8ce3cb5eefafed03fb5 /include/linux/serial_core.h
parent597c606f560cf7ef6029152fa7574bddbfb0252f (diff)
downloadkernel_samsung_smdk4412-e44dcb6c377529805bbaae505d5b333daab69111.zip
kernel_samsung_smdk4412-e44dcb6c377529805bbaae505d5b333daab69111.tar.gz
kernel_samsung_smdk4412-e44dcb6c377529805bbaae505d5b333daab69111.tar.bz2
serial: mpc52xx: make printout for type more generic
The printout for the type should be just "5xxx", so 512x users won't wonder why they have a mpc52xx-type UART. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Cc: Grant Likely <grant.likely@secretlab.ca> Cc: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 41603d6..9ff9b7d 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -95,7 +95,7 @@
/* PPC CPM type number */
#define PORT_CPM 58
-/* MPC52xx type numbers */
+/* MPC52xx (and MPC512x) type numbers */
#define PORT_MPC52xx 59
/* IBM icom */