commit | 3d33ff2457355a9dd3c3178b04ab6669882b306c | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Tue Feb 10 10:39:36 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Mar 01 19:36:59 2015 -0800 |
tree | 692168d2c6df72783349246c879995212d3f7dd3 | |
parent | 3908be6f9aa5517bc717f8ffdaaafd89a1b78471 [diff] |
mei: fix device reset on mei_cl_irq_read_msg allocation failure On memory allocation failure mei_cl_irq_read_msg will return with error that will cause device reset. Instead we should propagate error to caller and just clean the read queues. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>