Merge ../linux-2.6/
Conflicts: drivers/scsi/aacraid/comminit.c Fixed up by removing the now renamed CONFIG_IOMMU option from aacraid Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
@@ -305,10 +305,8 @@ mptfc_GetFcDevPage0(MPT_ADAPTER *ioc, int ioc_port,
|
||||
}
|
||||
|
||||
out:
|
||||
if (pp0_array)
|
||||
kfree(pp0_array);
|
||||
if (p0_array)
|
||||
kfree(p0_array);
|
||||
kfree(pp0_array);
|
||||
kfree(p0_array);
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user