From b97a6216973e5dd34b8c02940c6dc956ea2689a1 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Fri, 2 May 2014 04:18:00 -0300 Subject: [PATCH] [media] media: mx2-emmaprp: Cleanup internal structure There are no need to store resource struct and IRQ in the driver internal structure. This patch remove these fields and improve error handling by using proper return codes from devm_ioremap_resource() and devm_request_irq(). Signed-off-by: Alexander Shiyan Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed