Signed-off-by: Roman Fietze <roman.fie...@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
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to