From: David S. Miller Date: Thu, 9 May 2019 23:37:40 +0000 (-0700) Subject: Merge branch 'tls-warnings' X-Git-Tag: v5.2-rc1~102^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50c8a019b3e7b030eab166d61409b9f54949791;p=thirdparty%2Fkernel%2Flinux.git 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 --- f50c8a019b3e7b030eab166d61409b9f54949791