Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321860
b: refs/heads/master
c: 1f68237
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck authored and Mark Brown committed Aug 13, 2012
1 parent 5a44204 commit ef9ed70
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 37a2d84a38df16e614bbfbb18a5155ebd8256938
refs/heads/master: 1f68237865b2f55badbb3f73792d573899a62475
4 changes: 3 additions & 1 deletion trunk/drivers/spi/spi-bcm63xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ static int __devinit bcm63xx_spi_probe(struct platform_device *pdev)

static int __devexit bcm63xx_spi_remove(struct platform_device *pdev)
{
struct spi_master *master = platform_get_drvdata(pdev);
struct spi_master *master = spi_master_get(platform_get_drvdata(pdev));
struct bcm63xx_spi *bs = spi_master_get_devdata(master);

spi_unregister_master(master);
Expand All @@ -452,6 +452,8 @@ static int __devexit bcm63xx_spi_remove(struct platform_device *pdev)

platform_set_drvdata(pdev, 0);

spi_master_put(master);

return 0;
}

Expand Down

0 comments on commit ef9ed70

Please sign in to comment.