commit | 1b940e35a5176fd22de6000af723475c07660759 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Tue Feb 11 19:19:09 2020 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 22 09:25:44 2020 +0800 |
tree | 9747683f5e0b0fc92e80edcf3980954510926309 | |
parent | 8c7849a30255cfd9a9ba412b1517e20a8572448b [diff] |
crypto: ccree - use of_device_get_match_data() If the driver is probed, it means a match was found in arm_ccree_dev_of_match[]. Hence we can just use the of_device_get_match_data() helper. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>