Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=38e2f035587b0674b3168931c8402f4d719fdd76
Commit:     38e2f035587b0674b3168931c8402f4d719fdd76
Parent:     1acce1942a32296f7c25ba82776c97e9c04c8e1e
Author:     James Bottomley <[EMAIL PROTECTED]>
AuthorDate: Thu Sep 7 15:52:09 2006 -0500
Committer:  James Bottomley <[EMAIL PROTECTED]>
CommitDate: Wed Jul 18 11:13:50 2007 -0500

    [SCSI] libsas: fix up sas_smp_phy_control()
    
    The prototype of this has changed for the link speed setting patch.
    Need to update the SATA use of this.
    
    Signed-off-by: James Bottomley <[EMAIL PROTECTED]>
---
 drivers/scsi/libsas/sas_expander.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/libsas/sas_expander.c 
b/drivers/scsi/libsas/sas_expander.c
index 0c4e3a9..0746487 100644
--- a/drivers/scsi/libsas/sas_expander.c
+++ b/drivers/scsi/libsas/sas_expander.c
@@ -242,7 +242,7 @@ static int sas_ex_phy_discover_helper(struct domain_device 
*dev, u8 *disc_req,
                        break;
                /* In order to generate the dev to host FIS, we
                 * send a link reset to the expander port */
-               sas_smp_phy_control(dev, single, PHY_FUNC_LINK_RESET);
+               sas_smp_phy_control(dev, single, PHY_FUNC_LINK_RESET, NULL);
                /* Wait for the reset to trigger the negotiation */
                msleep(500);
        }
-
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