crypto: sahara - Improve a size determination in sahara_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 14 Feb 2018 13:14:05 +0000 (14:14 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Feb 2018 14:16:38 +0000 (22:16 +0800)
commita8bc22f35c347d81aa6108cc9b19ccc05560e3a9
treee79b99932cb4852217736eb4e8c4b13712402861
parent0d576d9239ede072d977b7e35f9fe16336208379
crypto: sahara - Improve a size determination in sahara_probe()

Replace the specification of a data structure by a pointer dereference
as the parameter for the operator "sizeof" to make the corresponding size
determination a bit safer according to the Linux coding style convention.

This issue was detected by using the Coccinelle software.

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