Re: [PATCH] Input: 88pm860x-ts: Introduce the use of the managed version of kzalloc

2014-05-29 Thread Dmitry Torokhov
On Thu, May 29, 2014 at 01:36:03AM +0530, Himangi Saraogi wrote: > This patch moves most data allocated in the probe function from > unmanaged interfaces to managed interfaces. The kfrees and error > handling code is done away with. Also, the unnecesary labels are > removed and the function pm860x_

[PATCH] Input: 88pm860x-ts: Introduce the use of the managed version of kzalloc

2014-05-28 Thread Himangi Saraogi
This patch moves most data allocated in the probe function from unmanaged interfaces to managed interfaces. The kfrees and error handling code is done away with. Also, the unnecesary labels are removed and the function pm860x_touch_remove is removed as it becomes empty after removing the no longer