Re: [U-Boot] [PATCH] net: dc2114x: check for apropriate command

2011-10-21 Thread Wolfgang Denk
Dear Linus Walleij, In message <1317022874-32278-1-git-send-email-linus.wall...@linaro.org> you wrote: > The code had two paths depending on whether the card was to be > accessed from plain memory or the IO region. However the error > path checks whether IO region was obtained - twice. Fix up the

[U-Boot] [PATCH] net: dc2114x: check for apropriate command

2011-09-26 Thread Linus Walleij
The code had two paths depending on whether the card was to be accessed from plain memory or the IO region. However the error path checks whether IO region was obtained - twice. Fix up the error path according to the probable intention. Signed-off-by: Linus Walleij --- drivers/net/dc2114x.c |