Re: [PATCH] drivers/iio/adc/at91_adc.c: use devm_ functions
From: Julia Lawall <hidden>
Date: 2012-08-15 09:20:38
Also in:
linux-iio, lkml
From: Julia Lawall <hidden>
Date: 2012-08-15 09:20:38
Also in:
linux-iio, lkml
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. julia