Re: [PATCH 1/9] drivers/usb/host/ehci-atmel.c: use devm_ functions

From: Alan Stern
Date: Mon Jul 30 2012 - 10:48:22 EST


On Sun, 29 Jul 2012, Julia Lawall wrote:

> From: Julia Lawall <Julia.Lawall@xxxxxxx>
>
> The various devm_ functions allocate memory that is released when a driver
> detaches. This patch uses these functions for data that is allocated in
> the probe function of a platform device and is only freed in the remove
> function.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxx>
>
> ---
> Not compiled.

I have no objections to the patches in this series, but I haven't
checked them in detail and I can't compile them either.

Alan Stern

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