Re: [PATCH] input: ab8500-ponkey: Allocate resources using managed interfaces

2014-05-29 Thread Dmitry Torokhov
On Thu, May 29, 2014 at 01:42:00AM +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 ab8500_

[PATCH] input: ab8500-ponkey: Allocate resources using managed interfaces

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 ab8500_ponkey_remove is removed as it becomes empty after removing the no longer