Re: [PATCH] input: jornada680_kbd: Allocate resources using managed interfaces
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-05-26 05:31:44
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-05-26 05:31:44
Also in:
lkml
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 mrstouch_remove is removed as it becomes empty after removing the no longer required function calls. Also, linux/device.h is added to make sure the devm_*() routine declarations are unambiguously available.
Applied, thank you. -- Dmitry