commit | e036cc5727eb6d471442d2a9218990aa11215400 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Mon Sep 16 23:44:46 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Oct 03 16:00:52 2013 -0700 |
tree | 0eb7788e41d4631828374da6320fadd85fa1b93a | |
parent | d7173493683853047d6efc8d4454c70469a7b033 [diff] |
mei: simplify mei_open error handling 1. Perform simple checks first and only then attempt to allocate cl structure. 2. Remove open_handler_count test, this is already checked in mei_cl_link function 3. return -EMFILE instead of -ENOENT as expected by user space Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>