]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit31f92e9a87553d9d3044fe97b5fe0247e4314773
treebdca2ab3287d64775b7b97c65a5f3765dfddb54b
parent933d4b36576c951d0371bbfed05ec0135d516a6e
CIFS: convert to use le32_add_cpu()

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