Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4a79a04e4c0aa06b556b7d52bfb31c05fbb05616
Commit:     4a79a04e4c0aa06b556b7d52bfb31c05fbb05616
Parent:     98739407c529899820135b1fba87ccd1a411edda
Author:     Mithlesh Thukral <[EMAIL PROTECTED]>
AuthorDate: Thu May 17 06:52:25 2007 -0700
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Thu May 17 20:43:15 2007 -0400

    NetXen: Fix NetXen driver ping on system-p
    
    NetXen: Fix for driver on System-p
    This patch will fix a ping issue on system-p
    
    Signed-off by: Milan Bag <[EMAIL PROTECTED]>
    Signed-off by: Adhiraj Joshi <[EMAIL PROTECTED]>
    Signed-by: Mithlesh Thukral <[EMAIL PROTECTED]>
    
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/netxen/netxen_nic_init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/netxen/netxen_nic_init.c 
b/drivers/net/netxen/netxen_nic_init.c
index cf0e96a..a368924 100644
--- a/drivers/net/netxen/netxen_nic_init.c
+++ b/drivers/net/netxen/netxen_nic_init.c
@@ -1216,7 +1216,7 @@ u32 netxen_process_rcv_ring(struct netxen_adapter 
*adapter, int ctxid, int max)
                /* Window = 1 */
                writel(consumer,
                       NETXEN_CRB_NORMALIZE(adapter,
-                                           recv_crb_registers[ctxid].
+                                           
recv_crb_registers[adapter->portnum].
                                            crb_rcv_status_consumer));
        }
 
-
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