Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b94e1d47684b0bee6088d848e29154697ea4c4bd
Commit:     b94e1d47684b0bee6088d848e29154697ea4c4bd
Parent:     2192f3956d7bcb4cf748f0b8e2c94f0e634810aa
Author:     Masakazu Mokuno <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 7 19:57:41 2008 +0900
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Mon Feb 11 10:29:38 2008 -0500

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/ps3_gelic_net.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ps3_gelic_net.c b/drivers/net/ps3_gelic_net.c
index 055af08..f6fb556 100644
--- 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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to