Skip to content

Commit 7fbb5a5

Browse files
Jiapeng ChongJassi Brar
authored andcommitted
mailbox: bcm74110: remove unneeded semicolon
No functional modification involved. ./drivers/mailbox/bcm74110-mailbox.c:483:2-3: Unneeded semicolon. ./drivers/mailbox/bcm74110-mailbox.c:563:2-3: Unneeded semicolon. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=22936 Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent ae524eb commit 7fbb5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/mailbox/bcm74110-mailbox.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ static int bcm74110_mbox_send_data(struct mbox_chan *chan, void *data)
480480
break;
481481
default:
482482
return -EINVAL;
483-
};
483+
}
484484

485485
return bcm74110_mbox_tx_msg(chan_priv->mbox, msg);
486486
}
@@ -560,7 +560,7 @@ static struct mbox_chan *bcm74110_mbox_of_xlate(struct mbox_controller *cntrl,
560560
default:
561561
dev_err(dev, "Invalid channel type: %d\n", type);
562562
return ERR_PTR(-EINVAL);
563-
};
563+
}
564564

565565
return &cntrl->chans[type];
566566
}

0 commit comments

Comments
 (0)