[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130626.134108.1845027788447841042.davem@davemloft.net>
Date: Wed, 26 Jun 2013 13:41:08 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: andriy.shevchenko@...ux.intel.com
Cc: netdev@...r.kernel.org, dvhart@...ux.intel.com
Subject: Re: [PATCH v1 2/3] pch_gbe: convert pr_* to netdev_*
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.
--
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