Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231727
b: refs/heads/master
c: d95defa
h: refs/heads/master
i:
  231725: cabe670
  231723: 877595c
  231719: 1ff8d0c
  231711: 7036d5e
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Grant Likely committed Jan 17, 2011
1 parent f36440c commit 269cd4f
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: 672c54466d24994eb9633f993862c89539504a42
refs/heads/master: d95defaca7994ffff1ceb52f3011eb644dfe3274
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_sh_msiof.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ static int sh_msiof_spi_remove(struct platform_device *pdev)
ret = spi_bitbang_stop(&p->bitbang);
if (!ret) {
pm_runtime_disable(&pdev->dev);
free_irq(platform_get_irq(pdev, 0), sh_msiof_spi_irq);
free_irq(platform_get_irq(pdev, 0), p);
iounmap(p->mapbase);
clk_put(p->clk);
spi_master_put(p->bitbang.master);
Expand Down

0 comments on commit 269cd4f

Please sign in to comment.