commit | 8867048b486a64125b62f93af13a379d6d575ee2 | [log] [tgz] |
---|---|---|
author | Chad Dupuis <chad.dupuis@qlogic.com> | Fri Jul 23 15:28:30 2010 +0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Wed Jul 28 09:06:11 2010 -0500 |
tree | 72bd8422dddba119d0b90831cbe8d6441d0b189f | |
parent | 14e303d98bcfe4a6075407b531b1df2f237deb28 [diff] |
[SCSI] qla2xxx: Add qla2x00_free_fcports() function This function was added to encapsulate freeing the memory for all the fcports associated with a particular vha. Also added a call to qla2x00_free_fcports() to qla2x00_free_device() to free the memory for all the fcports associated with a vha during device removal. Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>