commit | 30d9e5057ac01dd6982adace221bfcafb1f8186e | [log] [tgz] |
---|---|---|
author | Vinay Kumar Yadav <vinay.yadav@chelsio.com> | Sat Jul 18 00:41:07 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 20 18:28:04 2020 -0700 |
tree | 52fa3ca4c0ba09f649a2a8c2e8529b99c0f58533 | |
parent | c271042eb6a031d1333cf57422ec1d20726901ab [diff] |
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>