From: Sachin Kamat Date: Mon, 4 Mar 2013 05:06:41 +0000 (+0530) Subject: watchdog: Convert to devm_ioremap_resource() X-Git-Tag: v3.10-rc1~39^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6330c7070be6783b82025d2bc259db8413c00182;p=pandora-kernel.git watchdog: Convert to devm_ioremap_resource() Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() 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: Sachin Kamat Reviewed-by: Thierry Reding Cc: Gabor Juhos Cc: Paul Mundt Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed