commit | afb997c6163b33292d31a09d6aa5cbb03ffa5bf1 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Wed Oct 12 15:12:21 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 12 15:12:21 2005 -0700 |
tree | ee88c284b220e60088934b77797f4433590bf90c | |
parent | ab4060e858e36129f9319ef0fa055347ad60e1d5 [diff] |
[NETPOLL]: wrong return for null netpoll_poll_lock() When netpoll is not being used, the macro that defines the removed routing netpoll_poll_lock defines the return as zero, but the real routine returns a `void *` Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: David S. Miller <davem@davemloft.net>