1. NAME

sas_port_free - free a SAS PORT

2. SYNOPSIS

void sas_port_free(struct sas_port *  port );

3. ARGUMENTS

port
    SAS PORT to free

4. DESCRIPTION

Frees the specified SAS PORT.

5. NOTE

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

6. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

7. COPYRIGHT