Hi! 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.
Jakub Kicinski (2): net/tls: remove set but not used variables net/tls: handle errors from padding_length() net/tls/tls_device.c | 5 +---- net/tls/tls_sw.c | 30 ++++++++++++++++++++++-------- 2 files changed, 23 insertions(+), 12 deletions(-) -- 2.21.0