arch: Mass conversion of smp_mb__*()
[firefly-linux-kernel-4.4.55.git] / drivers / firewire / ohci.c
index 8db66321956068701cde997e0bc25e167e781eb3..995dd42a262731c73c37df2aede83d6976b4ffbb 100644 (file)
@@ -3498,7 +3498,7 @@ static int ohci_flush_iso_completions(struct fw_iso_context *base)
                }
 
                clear_bit_unlock(0, &ctx->flushing_completions);
-               smp_mb__after_clear_bit();
+               smp_mb__after_atomic();
        }
 
        tasklet_enable(&ctx->context.tasklet);