x86: Fix boot on Twinhead H12Y
[firefly-linux-kernel-4.4.55.git] / fs / cifs / cifssmb.c
index 1a9fe7f816d1b83dd630141412d3dd109b23a385..07132c4e99f3381faba96d1c436867f0eb8e72ca 100644 (file)
@@ -4079,7 +4079,8 @@ int CIFSFindNext(const int xid, struct cifs_tcon *tcon,
        T2_FNEXT_RSP_PARMS *parms;
        char *response_data;
        int rc = 0;
-       int bytes_returned, name_len;
+       int bytes_returned;
+       unsigned int name_len;
        __u16 params, byte_count;
 
        cFYI(1, "In FindNext");