From: Alexey Kardashevskiy Date: Fri, 8 Aug 2014 16:39:16 +0000 (-0600) Subject: drivers/vfio: Enable VFIO if EEH is not supported X-Git-Tag: omap-for-v3.17/fixes-against-rc2~70^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b936c960f22954bfb89f2fefd8f96916bb42908;p=pandora-kernel.git drivers/vfio: Enable VFIO if EEH is not supported The existing vfio_pci_open() fails upon error returned from vfio_spapr_pci_eeh_open(), which breaks POWER7's P5IOC2 PHB support which this patch brings back. The patch fixes the issue by dropping the return value of vfio_spapr_pci_eeh_open(). Signed-off-by: Alexey Kardashevskiy Signed-off-by: Gavin Shan Signed-off-by: Alex Williamson --- Reading git-diff-tree failed