CRISv32: Fix RS485 port 4 CD Kconfig item.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Tuesday, June 1, 2010 - 9:59 am

Gitweb:     http://git.kernel.org/linus/d708b41c96f404b8bb572f39973bbdf6d99d5f4b
Commit:     d708b41c96f404b8bb572f39973bbdf6d99d5f4b
Parent:     f06d8b694c9c96d460990888561b3ab3a5f8192f
Author:     Jesper Nilsson <jesper.nilsson@axis.com>
AuthorDate: Tue May 25 13:35:31 2010 +0200
Committer:  Jesper Nilsson <jesper.nilsson@axis.com>
CommitDate: Tue May 25 13:35:31 2010 +0200

    CRISv32: Fix RS485 port 4 CD Kconfig item.
    
    The Kconfig item for port 4 CD was controlled by the same
    Kconfig item as for port 3.
    
    Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
---
 arch/cris/arch-v32/drivers/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/cris/arch-v32/drivers/Kconfig b/arch/cris/arch-v32/drivers/Kconfig
index fdf3faa..a2dd740 100644
--- a/arch/cris/arch-v32/drivers/Kconfig
+++ b/arch/cris/arch-v32/drivers/Kconfig
@@ -360,7 +360,7 @@ config ETRAX_SER4_DSR_BIT
 	string "Ser 4 DSR bit (empty = not used)"
 	depends on ETRAX_SERIAL_PORT4
 
-config ETRAX_SER3_CD_BIT
+config ETRAX_SER4_CD_BIT
 	string "Ser 4 CD bit (empty = not used)"
 	depends on ETRAX_SERIAL_PORT4
 
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
CRISv32: Fix RS485 port 4 CD Kconfig item., Linux Kernel Mailing ..., (Tue Jun 1, 9:59 am)