Commit 57b2364d authored by YueHaibing's avatar YueHaibing Committed by Stephen Boyd
Browse files

clk: qcom: remove unneeded semicolon

parent 6cdef273
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
@@ -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;