On Mon, Oct 06, 2014 at 02:32:10PM -0700, Guenter Roeck wrote:
Any reason for not using devm_gpiod_get() for those functions ?
Renà said in the first review round:
devm_* functions do not seem to common to me and are sparsely
documented, therefore I preferred the regular functions. This
error jump should go to err_io and the clean-up loop must check
if the gpio entry is actually filled in
I now unrolled these loops, and quite frankly I'm not that sure devm_*
functions are actually that sparsely used. The way to get around that is
to use them more. I'll see about using those instead, maybe add some
documentation as well.