commit | 56470c927f1ba1e101b5e5a93e02d23a14fd99b7 | [log] [tgz] |
---|---|---|
author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Wed Oct 11 18:43:55 2017 -0600 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 11 20:05:30 2017 -0700 |
tree | a785e8661de80219984ff90eeb8ccf669bfbc526 | |
parent | 9148963201a4627a632d2c769805c9278f6d22d7 [diff] |
net: qualcomm: rmnet: Remove duplicate setting of rmnet private info The end point is set twice in the local_ep as well as the mux_id and the real_dev in the rmnet private structure. Remove the local_ep. While these elements are equivalent, rmnet_endpoint will be used only as part of the rmnet_port for muxed scenarios in VND mode. Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>