]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
soc: versatile: Add terminating entry for realview_soc_of_match
authorAxel Lin <axel.lin@ingics.com>
Sun, 19 Oct 2014 15:41:00 +0000 (23:41 +0800)
committerArnd Bergmann <arnd@arndb.de>
Tue, 28 Oct 2014 21:05:07 +0000 (22:05 +0100)
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>
drivers/soc/versatile/soc-realview.c

index cea8ea3491d2c38fb1b5196b783fd5bd08c01a0c..1a07bf540fecc384ef44112e0798c1afd798e9dd 100644 (file)
@@ -26,6 +26,7 @@ static const struct of_device_id realview_soc_of_match[] = {
        { .compatible = "arm,realview-pb11mp-soc", },
        { .compatible = "arm,realview-pba8-soc", },
        { .compatible = "arm,realview-pbx-soc", },
+       { }
 };
 
 static u32 realview_coreid;