From: Wei Yongjun Date: Fri, 12 Oct 2012 15:59:47 +0000 (+0100) Subject: dm persistent data: convert to use le32_add_cpu X-Git-Tag: v3.7-rc1~21^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bcf08798eb9fc3cd0fe2e6b74b25f3f57fa8af2;p=pandora-kernel.git dm persistent data: convert to use le32_add_cpu Convert cpu_to_le32(le32_to_cpu(E1) + E2) to use le32_add_cpu(). dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed