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:	Tue, 17 Nov 2009 19:18:44 +0300
From:	Anton Vorontsov <cbouatmailru@...il.com>
To:	Mark Brown <broonie@...nsource.wolfsonmicro.com>
Cc:	Alan Cox <alan@...ux.intel.com>, linux-kernel@...r.kernel.org,
	Anton Vorontsov <cbouatmailru@...il.com>
Subject: Re: [PATCH] wm831x-backup: Remove unused variables

On Tue, Nov 17, 2009 at 04:06:17PM +0000, Mark Brown wrote:
> On Tue, Nov 17, 2009 at 03:44:54PM +0000, Alan Cox wrote:
> > Signed-off-by: Alan Cox <alan@...ux.intel.com>
> 
> Acked-by: Mark Brown <broonie@...nsource.wolfsonmicro.com>
> 
> Adding Anton since this is one for his tree.

Applied, thanks.

> > ---
> > 
> >  drivers/power/wm831x_backup.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > 
> > diff --git a/drivers/power/wm831x_backup.c b/drivers/power/wm831x_backup.c
> > index f181076..bf4f387 100644
> > --- a/drivers/power/wm831x_backup.c
> > +++ b/drivers/power/wm831x_backup.c
> > @@ -164,7 +164,7 @@ static __devinit int wm831x_backup_probe(struct platform_device *pdev)
> >  	struct wm831x *wm831x = dev_get_drvdata(pdev->dev.parent);
> >  	struct wm831x_backup *devdata;
> >  	struct power_supply *backup;
> > -	int ret, irq, i;
> > +	int ret;
> >  
> >  	devdata = kzalloc(sizeof(struct wm831x_backup), GFP_KERNEL);
> >  	if (devdata == NULL)
> > 

-- 
Anton Vorontsov
email: cbouatmailru@...il.com
irc://irc.freenode.net/bd2
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ