Home
last modified time | relevance | path

Searched hist:fe95938dadbd151cb8b4720f6e0a9e3a3523f8f2 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/nx/
H A Dnx_debugfs.cdiff fe95938dadbd151cb8b4720f6e0a9e3a3523f8f2 Mon Oct 21 16:51:45 CEST 2019 Geert Uytterhoeven <geert+renesas@glider.be> crypto: nx - Improve debugfs_create_u{32,64}() handling for atomics

Variables of type atomic{,64}_t can be used fine with
debugfs_create_u{32,64}, when passing a pointer to the embedded counter.
This allows to get rid of the casts, which prevented compiler checks.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>