Re: [PATCH] drivers/iio/adc/at91_adc.c: use devm_ functions
From: Julia Lawall
Date: Wed Aug 15 2012 - 05:20:30 EST
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/