linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Sachin Kamat <sachin.kamat@linaro.org>, linux-iio@vger.kernel.org
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Subject: Re: [PATCH 1/2] iio: adc: nau7802: Remove redundant of_match_ptr
Date: Wed, 23 Oct 2013 17:52:40 +0100	[thread overview]
Message-ID: <5267FED8.8070201@kernel.org> (raw)
In-Reply-To: <1382347649-3382-1-git-send-email-sachin.kamat@linaro.org>

On 10/21/13 10:27, Sachin Kamat wrote:
> nau7802_dt_ids is always compiled in. Hence of_match_ptr is not
> needed.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Applied.
> ---
>  drivers/iio/adc/nau7802.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/adc/nau7802.c b/drivers/iio/adc/nau7802.c
> index adff9cb..54c5bab 100644
> --- a/drivers/iio/adc/nau7802.c
> +++ b/drivers/iio/adc/nau7802.c
> @@ -570,7 +570,7 @@ static struct i2c_driver nau7802_driver = {
>  	.id_table = nau7802_i2c_id,
>  	.driver = {
>  		   .name = "nau7802",
> -		   .of_match_table = of_match_ptr(nau7802_dt_ids),
> +		   .of_match_table = nau7802_dt_ids,
>  	},
>  };
>  
> 

      parent reply	other threads:[~2013-10-23 15:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-21  9:27 [PATCH 1/2] iio: adc: nau7802: Remove redundant of_match_ptr Sachin Kamat
2013-10-21  9:27 ` [PATCH 2/2] iio: adc: ti_am335x_adc: " Sachin Kamat
2013-10-23 16:52   ` Jonathan Cameron
2013-10-23 16:52 ` 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=5267FED8.8070201@kernel.org \
    --to=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=maxime.ripard@free-electrons.com \
    --cc=sachin.kamat@linaro.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).