Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44241
b: refs/heads/master
c: 5f95bd4
h: refs/heads/master
i:
  44239: 596e8c6
v: v3
  • Loading branch information
Kumar Gala committed Dec 8, 2006
1 parent 07abfcf commit fa4bd18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: aa42c69c67f82e88f0726258efe7306708e1cf14
refs/heads/master: 5f95bd481e66ced8f316db39f202da955c5db6d6
4 changes: 1 addition & 3 deletions trunk/arch/powerpc/kernel/of_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ int of_device_register(struct of_device *ofdev)
if (rc)
return rc;

device_create_file(&ofdev->dev, &dev_attr_devspec);

return 0;
return device_create_file(&ofdev->dev, &dev_attr_devspec);
}

void of_device_unregister(struct of_device *ofdev)
Expand Down

0 comments on commit fa4bd18

Please sign in to comment.