aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/pstore/inode.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/pstore/inode.c b/fs/pstore/inode.c
index ec24f9ceb5ed..73148aef9e31 100644
--- a/fs/pstore/inode.c
+++ b/fs/pstore/inode.c
@@ -327,6 +327,9 @@ int pstore_mkfile(enum pstore_type_id type, char *psname, u64 id, int count,
327 case PSTORE_TYPE_PPC_RTAS: 327 case PSTORE_TYPE_PPC_RTAS:
328 sprintf(name, "rtas-%s-%lld", psname, id); 328 sprintf(name, "rtas-%s-%lld", psname, id);
329 break; 329 break;
330 case PSTORE_TYPE_PPC_OF:
331 sprintf(name, "powerpc-ofw-%s-%lld", psname, id);
332 break;
330 case PSTORE_TYPE_UNKNOWN: 333 case PSTORE_TYPE_UNKNOWN:
331 sprintf(name, "unknown-%s-%lld", psname, id); 334 sprintf(name, "unknown-%s-%lld", psname, id);
332 break; 335 break;