commit | 2adc7907bac2c72535894732c4b41f9210f9e577 | [log] [tgz] |
---|---|---|
author | Alexander Gordeev <agordeev@redhat.com> | Mon Dec 16 09:34:56 2013 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Dec 20 09:45:05 2013 -0700 |
tree | 7ee571f9836025ee4fa63e1df0de1d6795dd4fc6 | |
parent | 57b7cb024422bbe85366ef28f5e192997bd16943 [diff] |
PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() fails If populate_msi_sysfs() function failed msix_capability_init() must return the error code, but it returns the success instead. This update fixes the described misbehaviour. Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Tejun Heo <tj@kernel.org>