commit | bf25c19979b2ee1019201b809e93b6bca9947cfd | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Wed Oct 28 08:22:15 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Oct 29 09:02:16 2015 +0900 |
tree | 88ec6e0799f09ca513b4b3b61210e9f0fdca37a9 | |
parent | 213dd193fab8288e2b0b96dc93f974ec33ba2298 [diff] |
mcb: Do not return zero on error path in mcb_pci_probe() There is an error path in mcb_pci_probe() where it returns zero instead of error code. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>