commit | a65da0c3dac6e2d4f8ecf0aee8b0abe10001f2d9 | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@linux-mips.org> | Fri Nov 21 14:09:52 2014 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 21 16:37:13 2014 -0500 |
tree | 513dfdcd90b7cff6c2bb4d4a673490210d795e26 | |
parent | 37dd9255b2f6201195946014600a8d857f846cf4 [diff] |
defxx: Fix DEFPA enable error propagation Correctly propagate the error code from `pci_enable_device' if non zero. Currently a failure of this function is correctly recognized and device initialization abandoned, however a successful completion code returned. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>