diff options
Diffstat (limited to 'sound/spi')
| -rw-r--r-- | sound/spi/at73c213.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/sound/spi/at73c213.c b/sound/spi/at73c213.c index a1a24b979ed2..8e3d9a6c7a3b 100644 --- a/sound/spi/at73c213.c +++ b/sound/spi/at73c213.c @@ -1070,7 +1070,6 @@ out:  	ssc_free(chip->ssc);  	snd_card_free(card); -	dev_set_drvdata(&spi->dev, NULL);  	return 0;  } |