From: Julia Lawall Date: Thu, 29 May 2008 13:04:38 +0000 (+0200) Subject: PCI: eliminate double kfree in intel-iommu initialization X-Git-Tag: v2.6.27-rc1~1046^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece6763419f44ed72f4fc78752e5f5364df1794b;p=pandora-kernel.git PCI: eliminate double kfree in intel-iommu initialization The destination of goto error also does a kfree(g_iommus), so it is not correct to do one here. This was found using Coccinelle (http://www.emn.fr/x-info/coccinelle/). Signed-off-by: Julia Lawall Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed