|
@@ -1240,7 +1240,6 @@ dma_chnl_free:
|
|
|
kfree(mcspi->dma_channels);
|
|
|
free_master:
|
|
|
kfree(master);
|
|
|
- platform_set_drvdata(pdev, NULL);
|
|
|
return status;
|
|
|
}
|
|
|
|
|
@@ -1259,7 +1258,6 @@ static int __devexit omap2_mcspi_remove(struct platform_device *pdev)
|
|
|
|
|
|
spi_unregister_master(master);
|
|
|
kfree(dma_channels);
|
|
|
- platform_set_drvdata(pdev, NULL);
|
|
|
|
|
|
return 0;
|
|
|
}
|