Skip to content

Commit

Permalink
fixup! ASoC: hdac_hda: fix memleak on module unload
Browse files Browse the repository at this point in the history
Fix spelling "freed foo()" -> "freed in foo()".

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i authored and plbossart committed Jul 9, 2020
1 parent 62badac commit fa7850d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/hdac_hda.c
Expand Up @@ -608,7 +608,7 @@ static int hdac_hda_dev_probe(struct hdac_device *hdev)
static int hdac_hda_dev_remove(struct hdac_device *hdev)
{
/*
* Resources are freed hdac_hda_codec_remove(). This
* Resources are freed in hdac_hda_codec_remove(). This
* function is kept to keep hda_codec_driver_remove() happy.
*/
return 0;
Expand Down

0 comments on commit fa7850d

Please sign in to comment.