at91: double assignment.

Found with:	coccinelle (da.cocci)
Suggested by:	cognet
This commit is contained in:
pfg 2017-02-23 23:48:44 +00:00
parent 867b4a4739
commit d340d68280

View File

@ -193,7 +193,6 @@ at91_clock_init(void)
*/
clk = at91_pmc_clock_ref("pllb");
clk->pll_min_in = SAM9260_PLL_B_MIN_IN_FREQ; /* 1 MHz */
clk->pll_max_in = SAM9260_PLL_B_MAX_IN_FREQ; /* 5 MHz */
clk->pll_max_in = 2999999; /* ~3 MHz */
clk->pll_min_out = SAM9260_PLL_B_MIN_OUT_FREQ; /* 70 MHz */
clk->pll_max_out = SAM9260_PLL_B_MAX_OUT_FREQ; /* 130 MHz */