On Wednesday, April 18, 2012 15:40:40 Antonio Quartulli wrote:
Reported-by: David Miller davem@davemloft.net Signed-off-by: Antonio Quartulli ordex@autistici.org
This patch is for *next*. This patch fixes a problem pointed out by David S. Miller.
Actually the idea is to use real error codes instead of meaningless -1, even if this codes are only used internally to the batman-adv code. IMHO it is a good idea. Most of the times we convert -1 to real error codes later, but I think it is better to user real code directly. This patch will be squashed with a patch which is going to be sent in the next pull request.
Applied in revision a9f3b78.
Thanks, Marek