X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fpci%2Fintel-iommu.c;h=3f7b81c065d25188e17d82665b63575a91c92e19;hb=3a533374283aea50eab3976d8a6d30532175f009;hp=bb0642318a959453e9ef0c68190070ac7d9290a4;hpb=dc221eae08eea3b0db127d1f152fac24d10b6a52;p=linux-2.6 diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index bb0642318a..3f7b81c065 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c @@ -1748,7 +1748,6 @@ int __init init_dmars(void) deferred_flush = kzalloc(g_num_of_iommus * sizeof(struct deferred_flush_tables), GFP_KERNEL); if (!deferred_flush) { - kfree(g_iommus); ret = -ENOMEM; goto error; }