From: Simon Horman <horms@verge.net.au>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Linux-SH <linux-sh@vger.kernel.org>,
Julia Lawall <julia.lawall@lip6.fr>,
Vinod Koul <vinod.koul@intel.com>,
kbuild test robot <fengguang.wu@intel.com>,
Linux-Kernel <linux-kernel@vger.kernel.org>,
sboyd@codeaurora.org, kbuild@01.org
Subject: Re: [PATCH] dma: rcar-audmapp: add NULL terminater on audmapp_of_match
Date: Wed, 9 Jul 2014 10:26:22 +0200 [thread overview]
Message-ID: <20140709082620.GF5656@verge.net.au> (raw)
In-Reply-To: <87simbuz3a.wl%kuninori.morimoto.gx@renesas.com>
On Tue, Jul 08, 2014 at 05:59:07PM -0700, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.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@renesas.com>
Thanks, I will add this to the rcar-audmapp-for-v3.17 branch
of the renesas tree, where this problem was added.
> ---
> 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
>
prev parent reply other threads:[~2014-07-09 8:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <53bc1736.wQxo84tuhA7/j+O2%fengguang.wu@intel.com>
[not found] ` <alpine.DEB.2.02.1407082242560.2069@localhost6.localdomain6>
2014-07-09 0:59 ` Kuninori Morimoto
2014-07-09 8:26 ` Simon Horman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140709082620.GF5656@verge.net.au \
--to=horms@verge.net.au \
--cc=fengguang.wu@intel.com \
--cc=julia.lawall@lip6.fr \
--cc=kbuild@01.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=sboyd@codeaurora.org \
--cc=vinod.koul@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome