|
@@ -538,7 +538,6 @@ err_unclaim_banks:
|
|
|
err_gpio_busy:
|
|
|
if (pdata && gpio_is_valid(pdata->busy_gpio))
|
|
|
gpio_free(pdata->busy_gpio);
|
|
|
- platform_set_drvdata(pdev, NULL);
|
|
|
err_iounmap_mmio:
|
|
|
jz_nand_iounmap_resource(nand->mem, nand->base);
|
|
|
err_free:
|
|
@@ -570,7 +569,6 @@ static int jz_nand_remove(struct platform_device *pdev)
|
|
|
|
|
|
jz_nand_iounmap_resource(nand->mem, nand->base);
|
|
|
|
|
|
- platform_set_drvdata(pdev, NULL);
|
|
|
kfree(nand);
|
|
|
|
|
|
return 0;
|