diff options
-rw-r--r-- | sound/soc/codecs/wm8731.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c index 95ade3245056..4b709589e26c 100644 --- a/sound/soc/codecs/wm8731.c +++ b/sound/soc/codecs/wm8731.c | |||
@@ -543,7 +543,6 @@ err_regulator_enable: | |||
543 | err_regulator_get: | 543 | err_regulator_get: |
544 | regulator_bulk_free(ARRAY_SIZE(wm8731->supplies), wm8731->supplies); | 544 | regulator_bulk_free(ARRAY_SIZE(wm8731->supplies), wm8731->supplies); |
545 | 545 | ||
546 | kfree(wm8731); | ||
547 | return ret; | 546 | return ret; |
548 | } | 547 | } |
549 | 548 | ||