diff options
Diffstat (limited to 'drivers/mtd/maps')
-rw-r--r-- | drivers/mtd/maps/ixp4xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/maps/ixp4xx.c b/drivers/mtd/maps/ixp4xx.c index 52b3410a105c..09c542b3a7f0 100644 --- a/drivers/mtd/maps/ixp4xx.c +++ b/drivers/mtd/maps/ixp4xx.c | |||
@@ -155,8 +155,6 @@ static int ixp4xx_flash_remove(struct platform_device *dev) | |||
155 | struct flash_platform_data *plat = dev->dev.platform_data; | 155 | struct flash_platform_data *plat = dev->dev.platform_data; |
156 | struct ixp4xx_flash_info *info = platform_get_drvdata(dev); | 156 | struct ixp4xx_flash_info *info = platform_get_drvdata(dev); |
157 | 157 | ||
158 | platform_set_drvdata(dev, NULL); | ||
159 | |||
160 | if(!info) | 158 | if(!info) |
161 | return 0; | 159 | return 0; |
162 | 160 | ||