crypto: nx - use be32_to_cpu for __be32 field in debug msg
authorDan Streetman <ddstreet@ieee.org>
Wed, 29 Jul 2015 23:43:29 +0000 (19:43 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 Jul 2015 13:49:41 +0000 (21:49 +0800)
commit844190dbeb5f37af5218f8587aeae25682fcb3a1
tree6ebd2f96206c19bd068380f1acbcfea5cb635223
parent7371c0a5c205455d69f8e8dc1d16791f08a38155
crypto: nx - use be32_to_cpu for __be32 field in debug msg

One of the debug messages in the NX 842 PowerNV driver is missing
the required be32_to_cpu() wrapper when accessing the __be32 field
csb->count.  Add the wrapper so the message will show the correct count.

Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/nx/nx-842-powernv.c
This page took 0.025131 seconds and 5 git commands to generate.