Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42264
b: refs/heads/master
c: 0021550
h: refs/heads/master
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Dec 4, 2006
1 parent 2768333 commit cf33b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17f88cebc2c3aff9d90f0d49f6e0628835eddc32
refs/heads/master: 0021550c0199b2bf5e434eda0216144074537fc7
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/cell/spu_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,14 +835,14 @@ static int spu_create_sysdev(struct spu *spu)
return ret;
}

sysfs_add_device_to_node(&spu->sysdev, spu->nid);
sysfs_add_device_to_node(&spu->sysdev, spu->node);

return 0;
}

static void spu_destroy_sysdev(struct spu *spu)
{
sysfs_remove_device_from_node(&spu->sysdev, spu->nid);
sysfs_remove_device_from_node(&spu->sysdev, spu->node);
sysdev_unregister(&spu->sysdev);
}

Expand Down

0 comments on commit cf33b26

Please sign in to comment.