1 May 02:03
Re: [PATCH 7/8] vt6655: Replace net_device->priv accesses with netdev_priv calls.
Hi,
I haven't had a chance to test this on real hardware yet. Sorry, I will try to
do this soon.
On Sat, Apr 25, 2009 at 10:32:35AM -0400, Forest Bond wrote:
> @@ -1226,11 +1227,6 @@ static BOOL device_init_info(struct pci_dev* pcid, PSDevice* ppDevice,
>
> PSDevice p;
>
> - *ppDevice = kmalloc(sizeof(DEVICE_INFO),GFP_ATOMIC);
> -
> - if (*ppDevice == NULL)
> - return FALSE;
> -
> memset(*ppDevice,0,sizeof(DEVICE_INFO));
>
> if (pDevice_Infos == NULL) {
I realized that I did not remove the corresponding kfree calls for this removed
kmalloc. Should I resend, or is it better to send an additional patch to be
applied on top of the original patches?
Thanks,
Forest
--
--
Forest Bond
http://www.alittletooquiet.net
http://www.pytagsfs.org
(Continue reading)
).
> I've sent an updated version of the patch that fixes this to John and
> the wireless mailing list and updated my tree as well.
Thanks.
RSS Feed