All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sparc: sunzilog.c remove unused argument
@ 2008-04-25 12:16 Robert Reif
  2008-04-27  6:10 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Reif @ 2008-04-25 12:16 UTC (permalink / raw)
  To: sparclinux

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

Remove unused argument in function call.

Signed-off-by: Robert Reif <reif@earthlink.net>

[-- Attachment #2: sunzilog.diff.txt --]
[-- Type: text/plain, Size: 784 bytes --]

diff --git a/drivers/serial/sunzilog.c b/drivers/serial/sunzilog.c
index 3271379..90a20a1 100644
--- a/drivers/serial/sunzilog.c
+++ b/drivers/serial/sunzilog.c
@@ -1231,7 +1231,7 @@ #else
 #define SUNZILOG_CONSOLE()	(NULL)
 #endif
 
-static void __devinit sunzilog_init_kbdms(struct uart_sunzilog_port *up, int channel)
+static void __devinit sunzilog_init_kbdms(struct uart_sunzilog_port *up)
 {
 	int baud, brg;
 
@@ -1305,7 +1305,7 @@ static void __devinit sunzilog_init_hw(s
 		up->curregs[R7] = 0x7E; /* SDLC Flag    */
 		up->curregs[R9] = NV;
 		up->curregs[R7p] = 0x00;
-		sunzilog_init_kbdms(up, up->port.line);
+		sunzilog_init_kbdms(up);
 		/* Only enable interrupts if an ISR handler available */
 		if (up->flags & SUNZILOG_FLAG_ISR_HANDLER)
 			up->curregs[R9] |= MIE;

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

* Re: [PATCH] sparc: sunzilog.c remove unused argument
  2008-04-25 12:16 [PATCH] sparc: sunzilog.c remove unused argument Robert Reif
@ 2008-04-27  6:10 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-04-27  6:10 UTC (permalink / raw)
  To: sparclinux

From: Robert Reif <reif@earthlink.net>
Date: Fri, 25 Apr 2008 08:16:24 -0400

> Remove unused argument in function call.
> 
> Signed-off-by: Robert Reif <reif@earthlink.net>

Appliede, thanks Robert.

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

end of thread, other threads:[~2008-04-27  6:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25 12:16 [PATCH] sparc: sunzilog.c remove unused argument Robert Reif
2008-04-27  6:10 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.