mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
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 <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=22936 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
This commit is contained in:
parent
ae524eb766
commit
7fbb5a5672
|
|
@ -480,7 +480,7 @@ static int bcm74110_mbox_send_data(struct mbox_chan *chan, void *data)
|
|||
break;
|
||||
default:
|
||||
return -EINVAL;
|
||||
};
|
||||
}
|
||||
|
||||
return bcm74110_mbox_tx_msg(chan_priv->mbox, msg);
|
||||
}
|
||||
|
|
@ -560,7 +560,7 @@ static struct mbox_chan *bcm74110_mbox_of_xlate(struct mbox_controller *cntrl,
|
|||
default:
|
||||
dev_err(dev, "Invalid channel type: %d\n", type);
|
||||
return ERR_PTR(-EINVAL);
|
||||
};
|
||||
}
|
||||
|
||||
return &cntrl->chans[type];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user