mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Anton Vorontsov <cbouatmailru@gmail.com>
To: Rhyland Klein <rklein@nvidia.com>
Cc: Olof Johansson <olof@lixom.net>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] bq20z75: fix devicetree match table
Date: Fri, 6 Jan 2012 05:47:30 +0400	[thread overview]
Message-ID: <20120106014729.GA11316@oksana.dev.rtsoft.ru> (raw)
In-Reply-To: <1325616406.13090.1.camel@rklein-linux2>

On Tue, Jan 03, 2012 at 10:46:46AM -0800, Rhyland Klein wrote:
> 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>

Applied, thanks! (The driver is 'sbs-battery' nowadays. So I modified
the patch a little bit.)

-- 
Anton Vorontsov
Email: cbouatmailru@gmail.com

      reply	other threads:[~2012-01-06  1:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-23  2:37 Olof Johansson
2012-01-03 18:46 ` Rhyland Klein
2012-01-06  1:47   ` Anton Vorontsov [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=20120106014729.GA11316@oksana.dev.rtsoft.ru \
    --to=cbouatmailru@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=rklein@nvidia.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