]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
crypto: ccree - use of_device_get_match_data()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 11 Feb 2020 18:19:09 +0000 (19:19 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 22 Feb 2020 01:25:44 +0000 (09:25 +0800)
commit1b940e35a5176fd22de6000af723475c07660759
tree9747683f5e0b0fc92e80edcf3980954510926309
parent8c7849a30255cfd9a9ba412b1517e20a8572448b
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>
drivers/crypto/ccree/cc_driver.c