staging: rtl8712: aes_decipher(): Change return type
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Fri, 2 Aug 2019 06:42:11 +0000 (12:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Aug 2019 12:00:57 +0000 (14:00 +0200)
commiteb43590f50a393ec4156be59eec9287fb711ffd8
tree866439227b2a07cbb68027380dda527464a5fe3b
parente48a3add05d1b3e0c2ead1e809edd4d02f2f5f10
staging: rtl8712: aes_decipher(): Change return type

Change return type of aes_decipher from sint to void as it always
returns _SUCCESS and this value is never used.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Link: https://lore.kernel.org/r/20190802064212.30476-8-nishkadg.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_security.c