Commit 836c8d7
crypto: atmel-aes: Remove unused variable ret
Remove unused variable ret to avoid unwanted compilation warning:
drivers/crypto/atmel-aes.c: In function ‘atmel_aes_authenc_crypt’:
drivers/crypto/atmel-aes.c:2248:21: warning: unused variable ‘ret’ [-Wunused-variable]
2248 | int ret;
|
Fixes: 4ade590 ("crypto: atmel-aes: Add fallback for unsupported ESP header length ")
Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>1 parent 10564f2 commit 836c8d7
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2245 | 2245 | | |
2246 | 2246 | | |
2247 | 2247 | | |
2248 | | - | |
2249 | 2248 | | |
2250 | 2249 | | |
2251 | 2250 | | |
| |||
0 commit comments