Skip to content

Commit

Permalink
from 5.9.5 to 5.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bm16ton committed Nov 8, 2020
1 parent 6176aa1 commit ec7a175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 5
PATCHLEVEL = 9
SUBLEVEL = 5
SUBLEVEL = 6
EXTRAVERSION =
NAME = Kleptomaniac Octopus

Expand Down
5 changes: 5 additions & 0 deletions sound/soc/sof/intel/hda-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ static int hda_codec_probe(struct snd_sof_dev *sdev, int address,
}

return ret;

error:
snd_hdac_ext_bus_device_exit(hdev);
return -ENOENT;

#else
hdev = devm_kzalloc(sdev->dev, sizeof(*hdev), GFP_KERNEL);
if (!hdev)
Expand Down

0 comments on commit ec7a175

Please sign in to comment.