]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nls/nls_base.c
[CIFS] New file for previous commit
[linux-2.6-omap-h63xx.git] / fs / nls / nls_base.c
index 9de6b495f1128c09dd7c7d87767473e0431122cd..7dfdab98729bfd30666e71f8a34ad4ea375a7543 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * linux/fs/nls_base.c
+ * linux/fs/nls/nls_base.c
  *
  * Native language support--charsets and unicode translations.
  * By Gordon Chaffee 1996, 1997
@@ -163,8 +163,6 @@ int register_nls(struct nls_table * nls)
 {
        struct nls_table ** tmp = &tables;
 
-       if (!nls)
-               return -EINVAL;
        if (nls->next)
                return -EBUSY;