commit | 2ffbbf0f91288f909b3d495cbf029d8e4cc7db66 | [log] [tgz] |
---|---|---|
author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Thu Oct 26 11:06:46 2017 -0600 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 28 00:10:23 2017 +0900 |
tree | 80314edd9c81558d16252ec2d1c6324029947e4a | |
parent | cc49c8ff68144d64de18fc5d0039356e0060c0e4 [diff] |
net: qualcomm: rmnet: Fix the return value of rmnet_rx_handler() Since packet is always consumed by rmnet_rx_handler(), we always return RX_HANDLER_CONSUMED. There is no need to pass on this value through multiple functions. Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>