1. NAME

sas_phy_free - free a SAS PHY

2. SYNOPSIS

void sas_phy_free(struct sas_phy *  phy );

3. ARGUMENTS

phy
    SAS PHY to free

4. DESCRIPTION

Frees the specified SAS PHY.

5. NOTE

This function must only be called on a PHY that has not successfully been added using sas_phy_add.

6. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

7. COPYRIGHT