Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
[linux-2.6-microblaze.git] / sound / firewire / amdtp-stream.h
index 2ceb57d..a3daa1f 100644 (file)
@@ -270,7 +270,7 @@ static inline bool amdtp_stream_wait_callback(struct amdtp_stream *s,
                                              unsigned int timeout)
 {
        return wait_event_timeout(s->callback_wait,
-                                 s->callbacked == true,
+                                 s->callbacked,
                                  msecs_to_jiffies(timeout)) > 0;
 }