[PATCH 05/13] powerpc/5200: LocalPlus driver: fix DMA TX interrupt request

Roman Fietze roman.fietze at telemotive.de
Tue Dec 22 18:02:50 EST 2009


Signed-off-by: Roman Fietze <roman.fietze at telemotive.de>
---
 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c b/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c
index 2fd1f3f..1e4f725 100644
--- a/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c
+++ b/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c
@@ -460,9 +460,9 @@ mpc52xx_lpbfifo_probe(struct of_device *op, const struct of_device_id *match)
 	if (!lpbfifo.bcom_tx_task)
 		goto err_bcom_tx;
 
-	rc = request_irq(bcom_get_task_irq(lpbfifo.bcom_rx_task),
+	rc = request_irq(bcom_get_task_irq(lpbfifo.bcom_tx_task),
 			 mpc52xx_lpbfifo_bcom_irq, 0,
-			 "mpc52xx-lpbfifo-rx", &lpbfifo);
+			 "mpc52xx-lpbfifo-tx", &lpbfifo);
 	if (rc)
 		goto err_bcom_tx_irq;
 
-- 
1.6.5.5



-- 
Roman Fietze                Telemotive AG Büro Mühlhausen
Breitwiesen                              73347 Mühlhausen
Tel.: +49(0)7335/18493-45        http://www.telemotive.de


More information about the Linuxppc-dev mailing list