We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1c17a commit 14f8b24Copy full SHA for 14f8b24
drivers/mailbox/mailbox.c
@@ -117,7 +117,6 @@ static void poll_txdone(struct timer_list *t)
117
struct mbox_controller *mbox = from_timer(mbox, t, poll);
118
bool txdone, resched = false;
119
int i;
120
- unsigned long flags;
121
122
for (i = 0; i < mbox->num_chans; i++) {
123
struct mbox_chan *chan = &mbox->chans[i];
0 commit comments