linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] serial: samsung: fix device name
@ 2010-09-23 19:15 Darius Augulis
  2010-09-23 19:40 ` Wolfram Sang
  2010-09-23 23:40 ` Ben Dooks
  0 siblings, 2 replies; 13+ messages in thread
From: Darius Augulis @ 2010-09-23 19:15 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: kgene.kim, paulius.zaleckas, linux-kernel, ben-linux,
	linux-serial

Swap device and driver names in serial/samsung.c

Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
---

This patch was submitted about 3 months ago, but still not merged.
There was another similar patch from Joonyoung Shim
<jy0922.shim@samsung.com> and was discussed here:
http://marc.info/?l=linux-serial&m=127416101222281&w=2.
Joonyoung Shim acked my patch and other people on ARM mailing list
acked it. The maintainer, Ben Dooks, still not responding for
a long time. Another maintainer, Kukjin Kim, refused to merge
it without Ben's review.
I would like to ask somebody pick up this bugfix.

 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 b1156ba..25c0d0f 100644
--- a/drivers/serial/samsung.c
+++ b/drivers/serial/samsung.c
@@ -883,10 +883,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,
 };


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-01-12  6:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 19:15 [RESEND PATCH] serial: samsung: fix device name Darius Augulis
2010-09-23 19:40 ` Wolfram Sang
2010-09-23 23:40 ` Ben Dooks
2010-09-24  6:57   ` Darius Augulis
2010-09-24  7:34     ` Simon Richter
2010-09-24  7:42       ` Russell King - ARM Linux
2010-09-27  0:17       ` Ben Dooks
2010-09-24 16:37     ` Paulius Zaleckas
2010-09-27  0:18       ` Ben Dooks
2010-09-27  8:20         ` Paulius Zaleckas
2010-09-27  8:24         ` Darius Augulis
2011-01-12  6:15           ` Kukjin Kim
2010-10-22  7:02         ` Darius Augulis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).