Skip to content

Commit

Permalink
clk: st: Terminate of match table
Browse files Browse the repository at this point in the history
Failure to terminate this match table can lead to boot failures
depending on where the compiler places the match table.

Cc: Gabriel FERNANDEZ <gabriel.fernandez@st.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Stephen Boyd authored and Mike Turquette committed May 28, 2014
1 parent 8f213af commit 70040b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/st/clkgen-pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ static struct of_device_id c32_gpu_pll_of_match[] = {
.compatible = "st,stih416-gpu-pll-c32",
.data = &st_pll1200c32_gpu_416,
},
{}
};

static void __init clkgengpu_c32_pll_setup(struct device_node *np)
Expand Down

0 comments on commit 70040b3

Please sign in to comment.