From: Himangi Saraogi Date: Sat, 19 Jul 2014 23:16:02 +0000 (-0700) Subject: Input: max7359 - introduce the use of managed interfaces X-Git-Tag: omap-for-v3.17/fixes-against-rc2~115^2~1^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997502f89346bb9b7002dc4f4003636245346e8f;p=pandora-kernel.git Input: max7359 - introduce the use of managed interfaces This patch introduces the use of managed interfaces like devm_kzalloc, devm_input_allocate_device, devm_request_threaded_irq etc. and does away with the calls to free the allocated memory. The remove function is no longer required and is completely done away with. Also, the labels in the probe function are removed. Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed