]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tls-warnings'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 May 2019 23:37:40 +0000 (16:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 May 2019 23:37:40 +0000 (16:37 -0700)
commitdcc96807f5ea8c06a3a76a2f0b3730045b994449
tree7b72ad4d3694231a1a1cba89873957367474eb22
parentb9a6db35b1683c207b976e0d43f9aacbcc75e3b5
parent54a9f3164f82c2eb7d36952f96fff6e344db32f3
Merge branch 'tls-warnings'

Jakub Kicinski says:

====================
net/tls: fix W=1 build warnings

This small series cleans up two outstanding W=1 build
warnings in tls code.  Both are set but not used variables.
The first case looks fairly straightforward.  In the second
I think it's better to propagate the error code, even if
not doing some does not lead to a crash with current code.
====================

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