Skip to content

Commit

Permalink
mailbox: fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
scpcom committed Jun 24, 2022
1 parent 8f1c17a commit 14f8b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mailbox/mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ static void poll_txdone(struct timer_list *t)
struct mbox_controller *mbox = from_timer(mbox, t, poll);
bool txdone, resched = false;
int i;
unsigned long flags;

for (i = 0; i < mbox->num_chans; i++) {
struct mbox_chan *chan = &mbox->chans[i];
Expand Down

0 comments on commit 14f8b24

Please sign in to comment.