Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d41f084a authored by Steve French's avatar Steve French
Browse files

[CIFS] Remove compiler warning

parent eeac8047
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2542,7 +2542,7 @@ CIFSSMBGetCIFSACL(const int xid, struct cifsTconInfo *tcon, __u16 fid,
	if (rc) {
		cFYI(1, ("Send error in QuerySecDesc = %d", rc));
	} else {                /* decode response */
		struct sec_desc * psec_desc;
		struct cifs_sid * psec_desc;
		__le32 * parm;
		int parm_len;
		int data_len;