[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080207195725.AD40.40F06B3A@sm.sony.co.jp>
Date: Thu, 07 Feb 2008 19:57:41 +0900
From: Masakazu Mokuno <mokuno@...sony.co.jp>
To: jgarzik@...ox.com
Cc: netdev@...r.kernel.org, geoffrey.levand@...sony.com,
Geert Uytterhoeven <Geert.Uytterhoeven@...ycom.com>
Subject: [PATCH 1/7] PS3: gelic: Fix the wrong dev_id passed
PS3: gelic: Fix the wrong dev_id passed
The device id for lv1_net_set_interrupt_status_indicator() is wrong.
This path would be invoked only in the case of an initialization failure.
Signed-off-by: Masakazu Mokuno <mokuno@...sony.co.jp>
---
drivers/net/ps3_gelic_net.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/net/ps3_gelic_net.c
+++ b/drivers/net/ps3_gelic_net.c
@@ -1512,7 +1512,7 @@ static int ps3_gelic_driver_probe (struc
fail_setup_netdev:
lv1_net_set_interrupt_status_indicator(bus_id(card),
- bus_id(card),
+ dev_id(card),
0 , 0);
fail_status_indicator:
ps3_dma_region_free(dev->d_region);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists