commit | 782f24453536460482f9dd14d3677ade910b1fd1 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@vmware.com> | Thu Jan 09 16:02:33 2014 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 09 16:16:15 2014 -0800 |
tree | 9d7fb7c6897c0f6d47637675f7e466791f3c9817 | |
parent | 52cb6a205c9750353cbb58dbf7eea1e046c89819 [diff] |
VMCI: fix error handling path when registering guest driver When host capabilities check failed or when we were unable to register doorbell bitmap we were forgetting to set error code and were returning 0 which would make upper layers believe that probe was successful. Reported-by: Julia Lawall <julia.lawall@lip6.fr> Acked-by: Andy King <acking@vmware.com> Signed-off-by: Dmitry Torokhov <dtor@vmware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>