linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] serial:blackfin: Put TX IRQ in individual platform resource. Fix typo.
@ 2011-08-01 10:13 Sonic Zhang
  2011-08-01 14:20 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Sonic Zhang @ 2011-08-01 10:13 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-serial, linux-kernel, uclinux-dist-devel, Sonic Zhang

From: Sonic Zhang <sonic.zhang@analog.com>

Fix typo in last patch.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
---
 drivers/tty/serial/bfin_uart.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/tty/serial/bfin_uart.c b/drivers/tty/serial/bfin_uart.c
index b907a2a..881c6e7 100644
--- a/drivers/tty/serial/bfin_uart.c
+++ b/drivers/tty/serial/bfin_uart.c
@@ -674,7 +674,7 @@ static int bfin_serial_startup(struct uart_port *port)
 	}
 
 	if (request_irq
-	    (uart->port.tx_irq, bfin_serial_tx_int, IRQF_DISABLED,
+	    (uart->tx_irq, bfin_serial_tx_int, IRQF_DISABLED,
 	     "BFIN_UART_TX", uart)) {
 		printk(KERN_NOTICE "Unable to attach BlackFin UART TX interrupt\n");
 		free_irq(uart->rx_irq, uart);
-- 
1.7.0.4



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

* Re: [PATCH 2/2] serial:blackfin: Put TX IRQ in individual platform resource. Fix typo.
  2011-08-01 10:13 [PATCH 2/2] serial:blackfin: Put TX IRQ in individual platform resource. Fix typo Sonic Zhang
@ 2011-08-01 14:20 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2011-08-01 14:20 UTC (permalink / raw)
  To: Sonic Zhang
  Cc: Alan Cox, linux-serial, linux-kernel, uclinux-dist-devel,
	Sonic Zhang

On Mon, Aug 1, 2011 at 03:13, Sonic Zhang wrote:
> Fix typo in last patch.

this should be folded into the previous patch then so that you're
submitting known broken code
-mike

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

end of thread, other threads:[~2011-08-01 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 10:13 [PATCH 2/2] serial:blackfin: Put TX IRQ in individual platform resource. Fix typo Sonic Zhang
2011-08-01 14:20 ` Mike Frysinger

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).