Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251878
b: refs/heads/master
c: 680c130
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Grant Likely committed May 20, 2011
1 parent 97ad3e4 commit 05751ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0c4a1590189b426814748d2e03b95541852b3af6
refs/heads/master: 680c1305e259a488f489bc887854523b6c6e0705
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_sh.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,10 @@ static int __devexit spi_sh_remove(struct platform_device *pdev)
{
struct spi_sh_data *ss = dev_get_drvdata(&pdev->dev);

spi_unregister_master(ss->master);
destroy_workqueue(ss->workqueue);
free_irq(ss->irq, ss);
iounmap(ss->addr);
spi_master_put(ss->master);

return 0;
}
Expand Down

0 comments on commit 05751ee

Please sign in to comment.