mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT
[firefly-linux-kernel-4.4.55.git] / drivers / misc / mei / hbm.c
index 0aaf2c515ab72ca01f283480625fc1e447e45ea3..0c770255bf8914415e1e8cf5fa51c6a2c1a5d10e 100644 (file)
@@ -507,7 +507,7 @@ static void mei_hbm_cl_connect_res(struct mei_device *dev,
                        list_del(&pos->list);
                        return;
                }
-               if (pos->fop_type == MEI_FOP_IOCTL) {
+               if (pos->fop_type == MEI_FOP_CONNECT) {
                        if (is_treat_specially_client(cl, rs)) {
                                list_del(&pos->list);
                                cl->status = 0;