drivers: staging: ccree: ISO C forbids casting to and from non-scalar
authorRaphaël Beamonte <raphael.beamonte@gmail.com>
Tue, 23 May 2017 18:53:14 +0000 (20:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 16:37:52 +0000 (18:37 +0200)
commit6aec6c7a4718d256691e317eaa48c5ee0a549d46
tree6ce20f35da44708f3f4347d4ab0ee132f92f2965
parent639e1c739bf53814b67a1d5f945d76fd4358453c
drivers: staging: ccree: ISO C forbids casting to and from non-scalar

Fixes the following sparse warnings:
drivers/staging/ccree/ssi_hash.c:2447:24: warning: cast to non-scalar
drivers/staging/ccree/ssi_hash.c:2447:24: warning: cast from non-scalar
drivers/staging/ccree/ssi_hash.c:2448:28: warning: cast to non-scalar
drivers/staging/ccree/ssi_hash.c:2448:28: warning: cast from non-scalar

Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_hash.c