From: Thierry Reding Date: Mon, 21 Jan 2013 09:09:07 +0000 (-0300) Subject: [media] media: Convert to devm_ioremap_resource() X-Git-Tag: v3.9-rc1~93^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f23999eccb5f1b6ec858279670307b5b1abe887a;p=pandora-kernel.git [media] media: Convert to devm_ioremap_resource() Convert all uses of devm_request_and_ioremap() to the newly introduced devm_ioremap_resource() which provides more consistent error handling. devm_ioremap_resource() provides its own error messages so all explicit error messages can be removed from the failure code paths. Signed-off-by: Thierry Reding Acked-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed