Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42790
b: refs/heads/master
c: 3bd0f69
h: refs/heads/master
v: v3
  • Loading branch information
Hans-Christian Egtvedt authored and Linus Torvalds committed Dec 7, 2006
1 parent 49ea255 commit 1e1b37e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4740d387f3cb9e63f48f2488815b38a2c92755c8
refs/heads/master: 3bd0f6943520e459659d10f3282285e43d3990f1
1 change: 1 addition & 0 deletions trunk/drivers/spi/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ spi_alloc_master(struct device *dev, unsigned size)

class_device_initialize(&master->cdev);
master->cdev.class = &spi_master_class;
kobj_set_kset_s(&master->cdev, spi_master_class.subsys);
master->cdev.dev = get_device(dev);
spi_master_set_devdata(master, &master[1]);

Expand Down

0 comments on commit 1e1b37e

Please sign in to comment.