Merge branch 'rmnet-Fix-leaks-in-failure-scenarios'
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Dec 2017 23:03:55 +0000 (18:03 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Dec 2017 23:03:55 +0000 (18:03 -0500)
Subash Abhinov Kasiviswanathan says:

====================
net: qualcomm: rmnet: Fix leaks in failure scenarios

Patch 1 fixes a leak in transmit path where a skb cannot be
transmitted due to insufficient headroom to stamp the map header.
Patch 2 fixes a leak in rmnet_newlink() failure because the
rmnet endpoint was never freed
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge