commit | 6296928fa3b9f656d7760fbf346c0cf834788a78 | [log] [tgz] |
---|---|---|
author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Tue Dec 05 13:41:18 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 05 18:03:54 2017 -0500 |
tree | 29a1de2d109d93edd9a65a0a9c084a266a17b534 | |
parent | c20a548792f15f8d8e38cd74356301c6db0d241f [diff] |
net: qualcomm: rmnet: Fix leak in device creation failure If the rmnet device creation fails in the newlink either while registering with the physical device or after subsequent operations, the rmnet endpoint information is never freed. Fixes: ceed73a2cf4a ("drivers: net: ethernet: qualcomm: rmnet: Initial implementation") Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>