Skip to content

Commit

Permalink
clk: u300: 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.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Stephen Boyd authored and Mike Turquette committed May 28, 2014
1 parent 6e05dd4 commit 65e75d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/clk-u300.c
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,7 @@ static const struct of_device_id u300_clk_match[] __initconst = {
.compatible = "stericsson,u300-syscon-mclk",
.data = of_u300_syscon_mclk_init,
},
{}
};


Expand Down

0 comments on commit 65e75d4

Please sign in to comment.