Re: [PATCH] staging: ccree: remove unused function argument

2017-05-13 Thread Gilad Ben-Yossef
Hi Arnd, On Thu, May 11, 2017 at 2:38 PM, Arnd Bergmann wrote: > "gcc -Wunused" warns about one argument being assigned but not used: > > drivers/staging/ccree/ssi_cipher.c: In function 'ssi_blkcipher_complete': > drivers/staging/ccree/ssi_cipher.c:747:41: error: parameter 'info' set but > not u

[PATCH] staging: ccree: remove unused function argument

2017-05-11 Thread Arnd Bergmann
"gcc -Wunused" warns about one argument being assigned but not used: drivers/staging/ccree/ssi_cipher.c: In function 'ssi_blkcipher_complete': drivers/staging/ccree/ssi_cipher.c:747:41: error: parameter 'info' set but not used [-Werror=unused-but-set-parameter] We can simply drop that argument h