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:
James Bottomley
2006-06-28 14:06:39 -04:00
1119 changed files with 51327 additions and 19522 deletions

View File

@@ -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;
}