Skip to content

Commit

Permalink
clk: qcom: remove unneeded semicolon
Browse files Browse the repository at this point in the history
remove unneeded semicolon.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lkml.kernel.org/r/20191025093332.27592-1-yuehaibing@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
YueHaibing authored and Stephen Boyd committed Nov 7, 2019
1 parent 6cdef27 commit 57b2364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/clk/qcom/clk-rcg2.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static int _freq_tbl_determine_rate(struct clk_hw *hw, const struct freq_tbl *f,
break;
default:
return -EINVAL;
};
}

if (!f)
return -EINVAL;
Expand Down Expand Up @@ -319,7 +319,7 @@ static int __clk_rcg2_set_rate(struct clk_hw *hw, unsigned long rate,
break;
default:
return -EINVAL;
};
}

if (!f)
return -EINVAL;
Expand Down

0 comments on commit 57b2364

Please sign in to comment.