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>
pull/1354/merge
Liao Yuanhong 2025-08-13 17:50:24 +08:00 committed by Jakub Kicinski
parent 9b96c60d70
commit 4b6dc4c891
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}