commit | f50c8a019b3e7b030eab166d61409b9f54949791 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu May 09 16:37:40 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 09 16:37:40 2019 -0700 |
tree | 7b72ad4d3694231a1a1cba89873957367474eb22 | |
parent | 15192f253e0484909292d8809f0b70d71fdc7291 [diff] | |
parent | b53f4976fb1f738573b5b76e21d3c2652fffb46b [diff] |
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>