WSL2-Linux-Kernel/drivers/crypto/stm32
Corentin LABBE de91568838 crypto: stm32 - use of_device_get_match_data
The usage of of_device_get_match_data reduce the code size a bit.
Furthermore, it prevents an improbable dereference when
of_match_device() return NULL.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-10-07 12:10:34 +08:00
..
Kconfig crypto: stm32 - Support for STM32 HASH module 2017-07-28 17:55:59 +08:00
Makefile crypto: stm32 - Support for STM32 HASH module 2017-07-28 17:55:59 +08:00
stm32-hash.c crypto: stm32 - use of_device_get_match_data 2017-10-07 12:10:34 +08:00
stm32_crc32.c crypto: stm32 - solve crc issue during unbind 2017-07-28 17:55:53 +08:00