Re: [PATCH] drivers/iio/adc/at91_adc.c: use devm_ functions
From: Jonathan Cameron <jic23@kernel.org>
Date: 2012-08-16 19:04:40
Also in:
linux-iio, lkml
From: Jonathan Cameron <jic23@kernel.org>
Date: 2012-08-16 19:04:40
Also in:
linux-iio, lkml
On 08/15/2012 10:20 AM, Julia Lawall wrote:
quoted
devm_request_and_ioremap will already print a error messages on it's own if something goes wrong. So strictly speaking this one is redundant, but I don't think it is necessary to do a resend just for this, maybe you can remove the extra dev_err when you apply the patch.Thanks for pointing that out. I will get rid of the messages in the future. That seems easier than figuring out how to adapt the message to the new function.
merged with that line removed as suggested. Thanks Julia and Lars-Peter.