From: Himangi Saraogi Date: Thu, 3 Jul 2014 19:38:40 +0000 (-0300) Subject: [media] staging: lirc: Introduce the use of managed interfaces X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56a65a1eb0151c60f4fd059e8e47cb4c98fec871;p=pandora-kernel.git [media] staging: lirc: Introduce the use of managed interfaces This patch introduces the use of managed interfaces like devm_request_mem_region and devm_request_irq and does away with the calls to free the allocated memory in the probe and remove functions. The remove function is no longer required and is removed completely. Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed