[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87simbuz3a.wl%kuninori.morimoto.gx@renesas.com>
Date: Tue, 08 Jul 2014 17:59:07 -0700 (PDT)
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To: Linux-SH <linux-sh@...r.kernel.org>,
Julia Lawall <julia.lawall@...6.fr>,
Vinod Koul <vinod.koul@...el.com>
Cc: kbuild test robot <fengguang.wu@...el.com>,
Simon Horman <horms+renesas@...ge.net.au>,
Linux-Kernel <linux-kernel@...r.kernel.org>,
sboyd@...eaurora.org, kbuild@...org
Subject: [PATCH] dma: rcar-audmapp: add NULL terminater on audmapp_of_match
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
This patch solve this issue
drivers/dma/sh/rcar-audmapp.c:357:41-42: audmapp_of_match is not NULL terminated at line 357
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
---
drivers/dma/sh/rcar-audmapp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/dma/sh/rcar-audmapp.c b/drivers/dma/sh/rcar-audmapp.c
index 0774c36..dabbf0a 100644
--- a/drivers/dma/sh/rcar-audmapp.c
+++ b/drivers/dma/sh/rcar-audmapp.c
@@ -355,6 +355,7 @@ static int audmapp_remove(struct platform_device *pdev)
static const struct of_device_id audmapp_of_match[] = {
{ .compatible = "renesas,rcar-audmapp", },
+ {},
};
static struct platform_driver audmapp_driver = {
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists