From: Greg Kroah-Hartman Date: Thu, 13 Feb 2014 17:47:35 +0000 (-0700) Subject: PCI/MSI: Fix leak of msi_attrs X-Git-Tag: v3.14-rc4~20^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29237756477d5e777e39257d94af449fc66026c2;p=pandora-kernel.git PCI/MSI: Fix leak of msi_attrs Coverity reported that I forgot to clean up some allocated memory on the error path in populate_msi_sysfs(), so this patch fixes that. Thanks to Dave Jones for pointing out where the error was, I obviously can't read code this morning... Found by Coverity (CID 1163317). Fixes: 1c51b50c2995 ("PCI/MSI: Export MSI mode using attributes, not kobjects") Signed-off-by: Greg Kroah-Hartman Signed-off-by: Bjorn Helgaas Cc: Dave Jones --- Reading git-diff-tree failed