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

Commit a4be6c77 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fix from Steve French.

* 'for-linus' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: fix return value in cifsConvertToUTF16
parents abef3bd7 c73f6939
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ cifsConvertToUTF16(__le16 *target, const char *source, int srclen,
	}

ctoUTF16_out:
	return i;
	return j;
}

#ifdef CONFIG_CIFS_SMB2