clk: st: Terminate of match table
authorStephen Boyd <sboyd@codeaurora.org>
Sat, 24 May 2014 00:16:50 +0000 (17:16 -0700)
committerMike Turquette <mturquette@linaro.org>
Wed, 28 May 2014 19:08:53 +0000 (12:08 -0700)
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>
drivers/clk/st/clkgen-pll.c

index a886702f7c8ba3538ae410be65ba0061ec9d0d96..d8b9b1a2aeda7bd8715f42634c0aa5853845d713 100644 (file)
@@ -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)
This page took 0.05994 seconds and 5 git commands to generate.