crypto/chtls: correct net_device reference count
authorVinay Kumar Yadav <vinay.yadav@chelsio.com>
Fri, 17 Jul 2020 19:11:07 +0000 (00:41 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 01:28:04 +0000 (18:28 -0700)
commit30d9e5057ac01dd6982adace221bfcafb1f8186e
tree52fa3ca4c0ba09f649a2a8c2e8529b99c0f58533
parentc271042eb6a031d1333cf57422ec1d20726901ab
crypto/chtls: correct net_device reference count

ip_dev_find() call holds net_device reference which is not needed,
use __ip_dev_find() which does not hold reference.

v1->v2:
- Correct submission tree.
- Add fixes tag.

Fixes: cc35c88ae4db ("crypto : chtls - CPL handler definition")
Signed-off-by: Vinay Kumar Yadav <vinay.yadav@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/crypto/chelsio/chtls/chtls_cm.c