On Wed, Jul 29, 2015 at 07:43:29PM -0400, Dan Streetman wrote:
> 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
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
---
drivers/crypto/nx/nx-842-powernv.c | 3 ++-
1 file change