From 56a65a1eb0151c60f4fd059e8e47cb4c98fec871 Mon Sep 17 00:00:00 2001 From: Himangi Saraogi Date: Thu, 3 Jul 2014 16:38:40 -0300 Subject: [PATCH] [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-format-patch failed