Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223516
b: refs/heads/master
c: 97dbf37
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Linus Torvalds committed Dec 23, 2010
1 parent 3628ba0 commit f138186
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4be2c95d1f7706ca0e74499f2bd118e1cee19669
refs/heads/master: 97dbf37d89b6d387a5fe79ffe3b72c37ec12db43
3 changes: 1 addition & 2 deletions trunk/drivers/spi/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,7 @@ void spi_unregister_master(struct spi_master *master)
list_del(&master->list);
mutex_unlock(&board_lock);

dummy = device_for_each_child(master->dev.parent, &master->dev,
__unregister);
dummy = device_for_each_child(&master->dev, NULL, __unregister);
device_unregister(&master->dev);
}
EXPORT_SYMBOL_GPL(spi_unregister_master);
Expand Down

0 comments on commit f138186

Please sign in to comment.