On Mon, Mar 04, 2013 at 02:39:39PM +0530, Sachin Kamat wrote: > 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 > --- > drivers/gpio/gpio-vt8500.c | 8 +++----- > 1 files changed, 3 insertions(+), 5 deletions(-) Reviewed-by: Thierry Reding