CIFS: convert to use le32_add_cpu()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 26 Aug 2013 06:34:46 +0000 (14:34 +0800)
committerSteve French <smfrench@gmail.com>
Sun, 8 Sep 2013 19:47:43 +0000 (14:47 -0500)
Convert cpu_to_le32(le32_to_cpu(E1) + E2) to use le32_add_cpu().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Reviewed-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/smb2pdu.c

Simple merge