projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2192f39
)
PS3: gelic: Fix the wrong dev_id passed
author
Masakazu Mokuno
<mokuno@sm.sony.co.jp>
Thu, 7 Feb 2008 10:57:41 +0000
(19:57 +0900)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 11 Feb 2008 15:29:38 +0000
(10:29 -0500)
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@sm.sony.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ps3_gelic_net.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ps3_gelic_net.c
b/drivers/net/ps3_gelic_net.c
index 055af081e0272fe7dae08eb965ba5e7d0c420bff..f6fb556a0f595a83bd3953a04c8ab7ba659cb38d 100644
(file)
--- a/
drivers/net/ps3_gelic_net.c
+++ b/
drivers/net/ps3_gelic_net.c
@@
-1512,7
+1512,7
@@
static int ps3_gelic_driver_probe (struct ps3_system_bus_device *dev)
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);