]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cifsd: return -ENOMEM about error from ksmbd_crypto_ctx_find_xxx calls
authorNamjae Jeon <namjae.jeon@samsung.com>
Wed, 26 May 2021 07:34:56 +0000 (16:34 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Wed, 26 May 2021 09:13:12 +0000 (18:13 +0900)
commit0e579cd17f8e9c2e70a68edb66a1457b2c6e9926
treebc32fe5239e3740d3bd8996aa237acf0bd9ee5e6
parentd3cd8c491559ca9eb7ce81242df3b3927466e6d9
cifsd: return -ENOMEM about error from ksmbd_crypto_ctx_find_xxx calls

Return -ENOMEM about error from ksmbd_crypto_ctx_find_xxx calls.
And remove unneeded return value print in debug message.

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/auth.c