From: Steve French Date: Thu, 10 Nov 2011 18:48:20 +0000 (-0600) Subject: cifs: Fix sparse warning when calling cifs_strtoUCS X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9c32c63bb70b2fafc3b18bee29959c3bf245ceba;p=mv-sheeva.git cifs: Fix sparse warning when calling cifs_strtoUCS Fix sparse endian check warning while calling cifs_strtoUCS CHECK fs/cifs/smbencrypt.c fs/cifs/smbencrypt.c:216:37: warning: incorrect type in argument 1 (different base types) fs/cifs/smbencrypt.c:216:37: expected restricted __le16 [usertype] * fs/cifs/smbencrypt.c:216:37: got unsigned short * Signed-off-by: Steve French Acked-by: Shirish Pargaonkar