From: Steve French Date: Thu, 10 Nov 2011 18:48:20 +0000 (-0600) Subject: cifs: Fix sparse warning when calling cifs_strtoUCS X-Git-Tag: v3.2-rc5~1^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=59edb63ad08e4f3a9477223c9aaf3fba753085bf;p=linux.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