diff options
| -rw-r--r-- | drivers/spi/spi-bcm63xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-bcm63xx.c b/drivers/spi/spi-bcm63xx.c index 89331cd0ddaa..dceb7b216f46 100644 --- a/drivers/spi/spi-bcm63xx.c +++ b/drivers/spi/spi-bcm63xx.c | |||
| @@ -433,7 +433,7 @@ out: | |||
| 433 | 433 | ||
| 434 | static int bcm63xx_spi_remove(struct platform_device *pdev) | 434 | static int bcm63xx_spi_remove(struct platform_device *pdev) |
| 435 | { | 435 | { |
| 436 | struct spi_master *master = spi_master_get(platform_get_drvdata(pdev)); | 436 | struct spi_master *master = platform_get_drvdata(pdev); |
| 437 | struct bcm63xx_spi *bs = spi_master_get_devdata(master); | 437 | struct bcm63xx_spi *bs = spi_master_get_devdata(master); |
| 438 | 438 | ||
| 439 | /* reset spi block */ | 439 | /* reset spi block */ |
