Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57358
b: refs/heads/master
c: 8f18a15
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Paul Mackerras committed Jun 7, 2007
1 parent bd5dd21 commit 55d9be2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6291ed3c04d5c83c26e77d4fa47e06d0416be81d
refs/heads/master: 8f18a158192ef6dc63a572bdbbdf5613cfbbe2e4
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/platforms/cell/spufs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,10 @@ spufs_create_root(struct super_block *sb, void *data)
struct inode *inode;
int ret;

ret = -ENODEV;
if (!spu_management_ops)
goto out;

ret = -ENOMEM;
inode = spufs_new_inode(sb, S_IFDIR | 0775);
if (!inode)
Expand Down

0 comments on commit 55d9be2

Please sign in to comment.