]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 14 Feb 2018 09:56:38 +0000 (10:56 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Feb 2018 14:16:34 +0000 (22:16 +0800)
commit2637b32bde435ae2a4c3c6ad8f56d00e8a0957f5
tree93e950562eabc46f85ec0e72b85c28c000f92302
parentc90d891fd482c32c482ae2c021655a5ae7fb0939
crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp_probe()

Two local variables will eventually be set to appropriate pointers
a bit later. Thus omit their explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ux500/cryp/cryp_core.c