From e17ae5cdd10ad957de5b03bfa832cfcad3b46248 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Fri, 2 Feb 2018 22:14:10 +0000 Subject: MIPS: generic: Fix ranchu_of_match[] termination ranchu_of_match[] has no terminating element to end the search for a matching compatible string when the first and only element does not match, so add one now. Fixes: f2d0b0d5c171 ("MIPS: ranchu: Add Ranchu as a new generic-based board") Signed-off-by: James Hogan Reviewed-by: Paul Burton Reviewed-by: Matt Redfearn Cc: Ralf Baechle Cc: Miodrag Dinic Cc: Goran Ferenc Cc: Aleksandar Markovic Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/18581/ --- arch/mips/generic/board-ranchu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips') diff --git a/arch/mips/generic/board-ranchu.c b/arch/mips/generic/board-ranchu.c index ea451b89bb53..59a8c18fa2cc 100644 --- a/arch/mips/generic/board-ranchu.c +++ b/arch/mips/generic/board-ranchu.c @@ -84,6 +84,7 @@ static const struct of_device_id ranchu_of_match[] __initconst = { { .compatible = "mti,ranchu", }, + {} }; MIPS_MACHINE(ranchu) = { -- cgit v1.2.3