Thread (13 messages) 13 messages, 5 authors, 2010-09-01
STALE5758d

[PATCH] serial: samsung: fix device name

From: Kyungmin Park <hidden>
Date: 2010-08-06 00:04:00
Also in: linux-serial

Hi,

It's already posted by Mr. Shim
http://marc.info/?l=linux-arm-kernel&m=127410047306149&w=2

As discussed with Ben. even though it's right patch, there's some
users to use previous interface.
I also think it will be fixed. but need to coordinate with existing users.

Ben, how to you think?

On Fri, Aug 6, 2010 at 5:10 AM, Darius Augulis [off-list ref] wrote:
quoted hunk ↗ jump to hunk
Swap device and driver names in serial/samsung.c

Signed-off-by: Darius Augulis <redacted>
---
?drivers/serial/samsung.c | ? ?4 ++--
?1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/serial/samsung.c b/drivers/serial/samsung.c
index a9d6c56..9d63f24 100644
--- a/drivers/serial/samsung.c
+++ b/drivers/serial/samsung.c
@@ -878,10 +878,10 @@ static struct uart_ops s3c24xx_serial_ops = {
?static struct uart_driver s3c24xx_uart_drv = {
? ? ? ?.owner ? ? ? ? ?= THIS_MODULE,
- ? ? ? .dev_name ? ? ? = "s3c2410_serial",
+ ? ? ? .driver_name ? ?= "s3c2410_serial",
? ? ? ?.nr ? ? ? ? ? ? = CONFIG_SERIAL_SAMSUNG_UARTS,
? ? ? ?.cons ? ? ? ? ? = S3C24XX_SERIAL_CONSOLE,
- ? ? ? .driver_name ? ?= S3C24XX_SERIAL_NAME,
+ ? ? ? .dev_name ? ? ? = S3C24XX_SERIAL_NAME,
? ? ? ?.major ? ? ? ? ?= S3C24XX_SERIAL_MAJOR,
? ? ? ?.minor ? ? ? ? ?= S3C24XX_SERIAL_MINOR,
?};


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help