Skip to content

Commit

Permalink
soc: integrator: Add terminating entry for integrator_cm_match
Browse files Browse the repository at this point in the history
The of_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Axel Lin authored and Arnd Bergmann committed Dec 4, 2014
1 parent ab64920 commit c747803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/soc/versatile/soc-integrator.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ static u32 integrator_coreid;

static const struct of_device_id integrator_cm_match[] = {
{ .compatible = "arm,core-module-integrator", },
{ }
};

static const char *integrator_arch_str(u32 id)
Expand Down

0 comments on commit c747803

Please sign in to comment.