diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mailbox/mailbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/mailbox.c b/drivers/mailbox/mailbox.c index 59b722177bf7..28a34cf117dc 100644 --- a/drivers/mailbox/mailbox.c +++ b/drivers/mailbox/mailbox.c | |||
@@ -260,7 +260,7 @@ int mbox_send_message(struct mbox_chan *chan, void *mssg) | |||
260 | 260 | ||
261 | msg_submit(chan); | 261 | msg_submit(chan); |
262 | 262 | ||
263 | if (chan->cl->tx_block && chan->active_req) { | 263 | if (chan->cl->tx_block) { |
264 | unsigned long wait; | 264 | unsigned long wait; |
265 | int ret; | 265 | int ret; |
266 | 266 | ||