mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
ptp: ptp_clockmatrix: Remove redundant semicolons
Remove unnecessary semicolons. Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com> Link: https://patch.msgid.link/20250813095024.559085-1-liaoyuanhong@vivo.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
9b96c60d70
commit
4b6dc4c891
@@ -1161,7 +1161,7 @@ static int set_pll_output_mask(struct idtcm *idtcm, u16 addr, u8 val)
|
||||
SET_U16_MSB(idtcm->channel[3].output_mask, val);
|
||||
break;
|
||||
default:
|
||||
err = -EFAULT; /* Bad address */;
|
||||
err = -EFAULT; /* Bad address */
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user