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:	Thu, 27 Jun 2013 10:55:06 +0300
From:	Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To:	David Miller <davem@...emloft.net>
Cc:	netdev@...r.kernel.org, dvhart@...ux.intel.com
Subject: Re: [PATCH v1 2/3] pch_gbe: convert pr_* to netdev_*

On Wed, 2013-06-26 at 13:41 -0700, David Miller wrote: 
> From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> Date: Wed, 26 Jun 2013 19:13:36 +0300
> 
> > diff --git a/drivers/staging/media/lirc/lirc_igorplugusb.c b/drivers/staging/media/lirc/lirc_igorplugusb.c
> > index 28c8b0b..25df7cf 100644
> > --- a/drivers/staging/media/lirc/lirc_igorplugusb.c
> > +++ b/drivers/staging/media/lirc/lirc_igorplugusb.c
> > @@ -408,7 +408,7 @@ static int igorplugusb_remote_probe(struct usb_interface *intf,
> >  	dprintk(DRIVER_NAME "[%d]: bytes_in_key=%zu maxp=%d\n",
> >  		devnum, CODE_LENGTH, maxp);
> >  
> > -	ir = devm_kzalloc(&intf->dev, sizeof(*ir), GFP_KERNEL);
> > +	ir = devm_kzalloc(&dev->dev, sizeof(*ir), GFP_KERNEL);
> >  	if (!ir)
> >  		return -ENOMEM;
> >  
> 
> This definitely wasn't supposed to be in this patch series.
> 
> Please repost this set with this hunk removed.

Oops, sure.

-- 
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Intel Finland Oy
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ