Free a sas port
void sas_port_free(struct sas_port * port);
port
SAS PORT to free
Frees the specified SAS PORT.
This function must only be called on a PORT that has not successfully been added using sas_port_add.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>