YueHaibing <[email protected]> wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/crypto/xilinx/zynqmp-aes-gcm.c: In function 'zynqmp_aes_aead_cipher': > drivers/crypto/xilinx/zynqmp-aes-gcm.c:83:30: warning: > variable 'drv_ctx' set but not used [-Wunused-but-set-variable] > > commit bc86f9c54616 ("firmware: xilinx: Remove eemi ops for aes engine") left > behind this, remove it. > > Reported-by: Hulk Robot <[email protected]> > Signed-off-by: YueHaibing <[email protected]> > --- > drivers/crypto/xilinx/zynqmp-aes-gcm.c | 4 ---- > 1 file changed, 4 deletions(-)
This patch doesn't apply to the current cryptodev tree. -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
