Re: [PATCH] input: jornada680_kbd: Allocate resources using managed interfaces

2014-05-25 Thread Dmitry Torokhov
On Sat, May 24, 2014 at 05:47:09PM +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

Re: [PATCH] input: jornada680_kbd: Allocate resources using managed interfaces

2014-05-25 Thread Dmitry Torokhov
On Sat, May 24, 2014 at 05:47:09PM +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

[PATCH] input: jornada680_kbd: Allocate resources using managed interfaces

2014-05-24 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 mrstouch_remove is removed as it becomes empty after removing the no longer

[PATCH] input: jornada680_kbd: Allocate resources using managed interfaces

2014-05-24 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 mrstouch_remove is removed as it becomes empty after removing the no longer