commit | 6ca8b990e07914a87fd1f6dfc5507f5e1c4572e2 | [log] [tgz] |
---|---|---|
author | Oliver Hartkopp <oliver@hartkopp.net> | Sat Aug 29 06:45:09 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 30 22:13:18 2009 -0700 |
tree | c2a41b12a0eb57399784dfa42d331f5bec09e6ab | |
parent | 5de3fcab91b0e1809eec030355d15801daf25083 [diff] |
can: use correct NET_RX_ return values Dropped skb's should be documented by an appropriate return value. Use the correct NET_RX_DROP and NET_RX_SUCCESS values for that reason. Signed-off-by: Oliver Hartkopp <oliver@hartkopp.net> Signed-off-by: David S. Miller <davem@davemloft.net>