All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rhyland Klein <rklein@nvidia.com>
To: Olof Johansson <olof@lixom.net>
Cc: Anton Vorontsov <cbouatmailru@gmail.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] bq20z75: fix devicetree match table
Date: Tue, 03 Jan 2012 10:46:46 -0800	[thread overview]
Message-ID: <1325616406.13090.1.camel@rklein-linux2> (raw)
In-Reply-To: <1324607824-2685-1-git-send-email-olof@lixom.net>

On Thu, 2011-12-22 at 18:37 -0800, Olof Johansson wrote:
> It should be an of module table, not i2c.
> 
> Signed-off-by: Olof Johansson <olof@lixom.net>
> ---
>  drivers/power/bq20z75.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/power/bq20z75.c b/drivers/power/bq20z75.c
> index ce95ff7..3efca54 100644
> --- a/drivers/power/bq20z75.c
> +++ b/drivers/power/bq20z75.c
> @@ -622,7 +622,7 @@ static const struct of_device_id bq20z75_dt_ids[] = {
>  	{ .compatible = "ti,bq20z75" },
>  	{ }
>  };
> -MODULE_DEVICE_TABLE(i2c, bq20z75_dt_ids);
> +MODULE_DEVICE_TABLE(of, bq20z75_dt_ids);
>  
>  static struct bq20z75_platform_data *bq20z75_of_populate_pdata(
>  		struct i2c_client *client)

Acked-by: Rhyland Klein <rklein@nvidia.com>


  reply	other threads:[~2012-01-03 18:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-23  2:37 [PATCH] bq20z75: fix devicetree match table Olof Johansson
2012-01-03 18:46 ` Rhyland Klein [this message]
2012-01-06  1:47   ` Anton Vorontsov

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=1325616406.13090.1.camel@rklein-linux2 \
    --to=rklein@nvidia.com \
    --cc=cbouatmailru@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.