commit | 350b53932810840a0c68467d7d78795010929940 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@sandisk.com> | Tue Jun 28 16:32:32 2016 +0200 |
committer | Mike Snitzer <snitzer@redhat.com> | Fri Jul 01 10:53:21 2016 -0400 |
tree | ca76a688267c9bcff184a4602bd2d5da615a66a1 | |
parent | 68c1c4d5eafc65dda05bf7d3d172f10f6982e092 [diff] |
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>