Merge tag 'docs-for-linus' of git://git.lwn.net/linux
[firefly-linux-kernel-4.4.55.git] / drivers / misc / mei / amthif.c
index 1e42781592d85794bf0f0c0ae3aacfcc5010bec0..cd0403f0926761ec7253c53e399844198728a3ea 100644 (file)
@@ -458,7 +458,7 @@ void mei_amthif_complete(struct mei_device *dev, struct mei_cl_cb *cb)
                return;
        }
 
-       if (dev->iamthif_canceled != 1) {
+       if (!dev->iamthif_canceled) {
                dev->iamthif_state = MEI_IAMTHIF_READ_COMPLETE;
                dev->iamthif_stall_timer = 0;
                list_add_tail(&cb->list, &dev->amthif_rd_complete_list.list);