lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 6 Jan 2012 05:47:30 +0400
From:	Anton Vorontsov <cbouatmailru@...il.com>
To:	Rhyland Klein <rklein@...dia.com>
Cc:	Olof Johansson <olof@...om.net>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] bq20z75: fix devicetree match table

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@...om.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@...dia.com>

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

-- 
Anton Vorontsov
Email: cbouatmailru@...il.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists