Re: [PATCH] ARM: OMAP2+: omap-usb-host: Fix memory leaks

2013-06-12 Thread Tony Lindgren
* Roger Quadros [130531 00:23]: > Hi Tony, > > On 05/31/2013 12:00 AM, Tony Lindgren wrote: > > Hi Roger, > > > > * Roger Quadros [130524 06:12]: > >> Fix memory leaks in the error path. > >> Also, use platform_device_register_full() to allocate > >> the platform devices and set platform data.

Re: [PATCH] ARM: OMAP2+: omap-usb-host: Fix memory leaks

2013-05-31 Thread Roger Quadros
Hi Tony, On 05/31/2013 12:00 AM, Tony Lindgren wrote: > Hi Roger, > > * Roger Quadros [130524 06:12]: >> Fix memory leaks in the error path. >> Also, use platform_device_register_full() to allocate >> the platform devices and set platform data. > > If you need this for the v3.10-rc, you should

Re: [PATCH] ARM: OMAP2+: omap-usb-host: Fix memory leaks

2013-05-30 Thread Tony Lindgren
Hi Roger, * Roger Quadros [130524 06:12]: > Fix memory leaks in the error path. > Also, use platform_device_register_full() to allocate > the platform devices and set platform data. If you need this for the v3.10-rc, you should describe why this patch is needed and ideally have some oops or regr

[PATCH] ARM: OMAP2+: omap-usb-host: Fix memory leaks

2013-05-24 Thread Roger Quadros
Fix memory leaks in the error path. Also, use platform_device_register_full() to allocate the platform devices and set platform data. Signed-off-by: Roger Quadros --- arch/arm/mach-omap2/usb-host.c | 106 +--- 1 files changed, 56 insertions(+), 50 deletions(-