mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/crypto/ux500/hash/hash_core.c: In function hash_set_dma_transfer:
drivers/crypto/ux500/hash/hash_core.c:143:15: warning: variable cookie set but not used [-Wunused-but-set-variable]
It is not used since commit
|
||
|---|---|---|
| .. | ||
| cryp | ||
| hash | ||
| Kconfig | ||
| Makefile | ||