linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Axel Lin <axel.lin@ingics.com>
Cc: Johannes Thumshirn <johannes.thumshirn@men.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: Re: [PATCH] iio: adc: men_z188_adc: Add terminating entry for men_z188_ids
Date: Sat, 15 Nov 2014 16:09:42 +0000	[thread overview]
Message-ID: <54677AC6.9030001@kernel.org> (raw)
In-Reply-To: <1415606646.23695.0.camel@phoenix>

On 10/11/14 08:04, Axel Lin wrote:
> The mcb_device_id table is supposed to be zero-terminated.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Applied to the fixes-togreg branch of iio.git and marked for stable.
> ---
>  drivers/iio/adc/men_z188_adc.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/adc/men_z188_adc.c b/drivers/iio/adc/men_z188_adc.c
> index b58d630..d095efe 100644
> --- a/drivers/iio/adc/men_z188_adc.c
> +++ b/drivers/iio/adc/men_z188_adc.c
> @@ -152,6 +152,7 @@ static void men_z188_remove(struct mcb_device *dev)
>  
>  static const struct mcb_device_id men_z188_ids[] = {
>  	{ .device = 0xbc },
> +	{ }
>  };
>  MODULE_DEVICE_TABLE(mcb, men_z188_ids);
>  
> 


      reply	other threads:[~2014-11-15 16:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10  8:04 [PATCH] iio: adc: men_z188_adc: Add terminating entry for men_z188_ids Axel Lin
2014-11-15 16:09 ` Jonathan Cameron [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=54677AC6.9030001@kernel.org \
    --to=jic23@kernel.org \
    --cc=axel.lin@ingics.com \
    --cc=johannes.thumshirn@men.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).