[SCSI] libsas: fix leak of dev->sata_dev.identify_[packet_]device
authorDan Williams <dan.j.williams@intel.com>
Fri, 18 Nov 2011 01:59:48 +0000 (17:59 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 19 Feb 2012 19:39:36 +0000 (13:39 -0600)
These are never freed in the nominal path.  A domain_device has a
different lifetime than a sas_rphy we need a dev->rphy independent way
of identifying sata devices.

Reviewed-by: Jack Wang <jack_wang@usish.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found