diff options
Diffstat (limited to 'sound/soc/codecs/wm8988.c')
| -rw-r--r-- | sound/soc/codecs/wm8988.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8988.c b/sound/soc/codecs/wm8988.c index 0417dae32e6..19ad590ca0b 100644 --- a/sound/soc/codecs/wm8988.c +++ b/sound/soc/codecs/wm8988.c @@ -885,7 +885,6 @@ static int wm8988_register(struct wm8988_priv *wm8988,  	ret = snd_soc_register_dai(&wm8988_dai);  	if (ret != 0) {  		dev_err(codec->dev, "Failed to register DAI: %d\n", ret); -		snd_soc_unregister_codec(codec);  		goto err_codec;  	}  |