]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/cifs/cifs_unicode.c
Merge branch 'fix/asoc' into for-linus
[net-next-2.6.git] / fs / cifs / cifs_unicode.c
index d07676bd76d29ee13909ceedccf166faeae68340..430f510a1720a5659a2ea73eef0cf7bcf0a22182 100644 (file)
@@ -200,9 +200,8 @@ cifs_strtoUCS(__le16 *to, const char *from, int len,
                /* works for 2.4.0 kernel or later */
                charlen = codepage->char2uni(from, len, &wchar_to[i]);
                if (charlen < 1) {
-                       cERROR(1,
-                              ("strtoUCS: char2uni of %d returned %d",
-                               (int)*from, charlen));
+                       cERROR(1, "strtoUCS: char2uni of %d returned %d",
+                               (int)*from, charlen);
                        /* A question mark */
                        to[i] = cpu_to_le16(0x003f);
                        charlen = 1;