dm crypt: Fix sparse complaints
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 28 Jun 2016 14:32:32 +0000 (16:32 +0200)
committerMike Snitzer <snitzer@redhat.com>
Fri, 1 Jul 2016 14:53:21 +0000 (10:53 -0400)
commit350b53932810840a0c68467d7d78795010929940
treeca76a688267c9bcff184a4602bd2d5da615a66a1
parent68c1c4d5eafc65dda05bf7d3d172f10f6982e092
dm crypt: Fix sparse complaints

Avoid that sparse complains about assigning a __le64 value to a u64
variable.  Remove the (u64) casts since these are superfluous.  This
patch does not change the behavior of the source code.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-crypt.c