commit | f3de9b635d93a3d268adda428e1df94091506a42 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Fri Mar 27 00:27:58 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 03 16:18:56 2015 +0200 |
tree | 6b58047776ca5c84302360cc82ca5c874ef0528c | |
parent | 1d9013f09203c694e2cba478b05afc6484d55180 [diff] |
mei: use mei_cl_is_connected consistently Replace open coded check for cl->state !=/== MEI_FILE_CONNECTED with mei_cl_is_connected function. Note that cl->state != MEI_FILE_CONNECTED is not the same as cl->state == MEI_FILE_DISCONNECTED Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>