Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix return value of __pppoe_xmit() method.
Hi, __pppoe_xmit() in drivers/net/pppoe always returns 1. When the methods fails (via goto abort), it should return 0 and not 1. Regards, Rami Rosen Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information