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: archive/raspbian/4.9.13-1+rpi1~10^2~12280^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=59edb63ad08e4f3a9477223c9aaf3fba753085bf;p=linux-4.9.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