Skip to content

Commit 57b2364

Browse files
YueHaibingbebarino
authored andcommitted
clk: qcom: remove unneeded semicolon
remove unneeded semicolon. Signed-off-by: YueHaibing <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6cdef27 commit 57b2364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/clk/qcom/clk-rcg2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ static int _freq_tbl_determine_rate(struct clk_hw *hw, const struct freq_tbl *f,
206206
break;
207207
default:
208208
return -EINVAL;
209-
};
209+
}
210210

211211
if (!f)
212212
return -EINVAL;
@@ -319,7 +319,7 @@ static int __clk_rcg2_set_rate(struct clk_hw *hw, unsigned long rate,
319319
break;
320320
default:
321321
return -EINVAL;
322-
};
322+
}
323323

324324
if (!f)
325325
return -EINVAL;

0 commit comments

Comments
 (0)