|
@@ -524,7 +524,6 @@ befs_utf2nls(struct super_block *sb, const char *in,
|
|
|
|
|
|
*out = result = kmalloc(maxlen, GFP_NOFS);
|
|
|
if (!*out) {
|
|
|
- befs_error(sb, "%s cannot allocate memory", __func__);
|
|
|
*out_len = 0;
|
|
|
return -ENOMEM;
|
|
|
}
|
|
@@ -604,7 +603,6 @@ befs_nls2utf(struct super_block *sb, const char *in,
|
|
|
|
|
|
*out = result = kmalloc(maxlen, GFP_NOFS);
|
|
|
if (!*out) {
|
|
|
- befs_error(sb, "%s cannot allocate memory", __func__);
|
|
|
*out_len = 0;
|
|
|
return -ENOMEM;
|
|
|
}
|