projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b96c60
)
ptp: ptp_clockmatrix: Remove redundant semicolons
author
Liao Yuanhong
<liaoyuanhong@vivo.com>
Wed, 13 Aug 2025 09:50:24 +0000
(17:50 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 15 Aug 2025 00:35:49 +0000
(17:35 -0700)
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>
drivers/ptp/ptp_clockmatrix.c
patch
|
blob
|
history
diff --git
a/drivers/ptp/ptp_clockmatrix.c
b/drivers/ptp/ptp_clockmatrix.c
index
b8d4df8
..
59cd6bb
100644
(file)
--- a/
drivers/ptp/ptp_clockmatrix.c
+++ b/
drivers/ptp/ptp_clockmatrix.c
@@
-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;
}