commit | 747f6ec6e8f59bb946a5b0a4d4b8d1f45109b6ab | [log] [tgz] |
---|---|---|
author | Tudor-Dan Ambarus <tudor.ambarus@microchip.com> | Thu Nov 02 17:12:25 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Nov 06 14:45:05 2017 +0800 |
tree | bcb76c9882ae225d8342cc60f0a7e62510bb210f | |
parent | f560acc3bbb05a6e974ea245562c94eb5d344768 [diff] |
crypto: atmel - remove empty functions Pointer members of an object with static storage duration, if not explicitly initialized, will be initialized to a NULL pointer. The crypto API checks if these pointers are not NULL before using them, therefore we can safely remove these empty functions. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>