diff options
-rw-r--r-- | sound/soc/cirrus/ep93xx-ac97.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/cirrus/ep93xx-ac97.c b/sound/soc/cirrus/ep93xx-ac97.c index 7798fbd5e81d..d49e0556e381 100644 --- a/sound/soc/cirrus/ep93xx-ac97.c +++ b/sound/soc/cirrus/ep93xx-ac97.c | |||
@@ -405,7 +405,6 @@ static int ep93xx_ac97_probe(struct platform_device *pdev) | |||
405 | fail: | 405 | fail: |
406 | platform_set_drvdata(pdev, NULL); | 406 | platform_set_drvdata(pdev, NULL); |
407 | ep93xx_ac97_info = NULL; | 407 | ep93xx_ac97_info = NULL; |
408 | dev_set_drvdata(&pdev->dev, NULL); | ||
409 | return ret; | 408 | return ret; |
410 | } | 409 | } |
411 | 410 | ||
@@ -420,7 +419,6 @@ static int ep93xx_ac97_remove(struct platform_device *pdev) | |||
420 | 419 | ||
421 | platform_set_drvdata(pdev, NULL); | 420 | platform_set_drvdata(pdev, NULL); |
422 | ep93xx_ac97_info = NULL; | 421 | ep93xx_ac97_info = NULL; |
423 | dev_set_drvdata(&pdev->dev, NULL); | ||
424 | 422 | ||
425 | return 0; | 423 | return 0; |
426 | } | 424 | } |