[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] xen: Fix typo in ns16550 driver.



# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1175758954 -3600
# Node ID 3121ffb809e9eb5bab2f06363126eaed46585204
# Parent  768a4fe105e80213054bf489993aac1a00ecfe80
xen: Fix typo in ns16550 driver.
Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
---
 xen/drivers/char/ns16550.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 768a4fe105e8 -r 3121ffb809e9 xen/drivers/char/ns16550.c
--- a/xen/drivers/char/ns16550.c        Thu Apr 05 08:24:56 2007 +0100
+++ b/xen/drivers/char/ns16550.c        Thu Apr 05 08:42:34 2007 +0100
@@ -239,7 +239,7 @@ static void ns16550_init_postirq(struct 
         uart->irqaction.name    = "ns16550";
         uart->irqaction.dev_id  = port;
         if ( (rc = setup_irq(uart->irq, &uart->irqaction)) != 0 )
-            printk("ERROR: Failed to allocate na16550 IRQ %d\n", uart->irq);
+            printk("ERROR: Failed to allocate ns16550 IRQ %d\n", uart->irq);
 
         /* Master interrupt enable; also keep DTR/RTS asserted. */
         ns_write_reg(uart, MCR, MCR_OUT2 | MCR_DTR | MCR_RTS);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.