All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vr41xx: remove obsolete flag
@ 2004-07-29 16:01 Yoichi Yuasa
  2004-07-31  9:25 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2004-07-29 16:01 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

Hi Ralf,

This patch removes an obsolete flag in serial driver. 

Please apply this patch to v2.6 CVS tree.

Yoichi

diff -urN -X dontdiff linux-orig/arch/mips/vr41xx/common/serial.c linux/arch/mips/vr41xx/common/serial.c
--- linux-orig/arch/mips/vr41xx/common/serial.c	Thu Jul 22 00:29:06 2004
+++ linux/arch/mips/vr41xx/common/serial.c	Thu Jul 29 00:49:32 2004
@@ -160,7 +160,7 @@
 	port.line = vr41xx_serial_ports;
 	port.uartclk = DSIU_BASE_BAUD * 16;
 	port.irq = DSIU_IRQ;
-	port.flags = UPF_RESOURCES | UPF_BOOT_AUTOCONF | UPF_SKIP_TEST;
+	port.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST;
 	port.mapbase = DSIU_BASE;
 	port.regshift = 0;
 	port.iotype = UPIO_MEM;

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

end of thread, other threads:[~2004-07-31  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-29 16:01 [PATCH] vr41xx: remove obsolete flag Yoichi Yuasa
2004-07-31  9:25 ` Ralf Baechle

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.