Skip to content

Commit 157a1b1

Browse files
AxelLinarndb
authored andcommitted
soc: versatile: Add terminating entry for realview_soc_of_match
The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <[email protected]> Acked-by: Linus Walleij <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent f267ea0 commit 157a1b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/versatile/soc-realview.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ static const struct of_device_id realview_soc_of_match[] = {
2626
{ .compatible = "arm,realview-pb11mp-soc", },
2727
{ .compatible = "arm,realview-pba8-soc", },
2828
{ .compatible = "arm,realview-pbx-soc", },
29+
{ }
2930
};
3031

3132
static u32 realview_coreid;

0 commit comments

Comments
 (0)