commit | ece6763419f44ed72f4fc78752e5f5364df1794b | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Thu May 29 15:04:38 2008 +0200 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Jun 10 10:59:54 2008 -0700 |
tree | a0c53e4a499263ed26e8a2c273f3f906aec740ae | |
parent | 6a3f084971bad985722afe25b16a5c0a990cea75 [diff] |
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 <julia@diku.dk> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>