Loading sound/soc/codecs/hda.c +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ static int hda_codec_probe(struct snd_soc_component *component) patch = (hda_codec_patch_t)codec->preset->driver_data; if (!patch) { dev_err(&hdev->dev, "no patch specified?\n"); dev_err(&hdev->dev, "no patch specified\n"); ret = -EINVAL; goto err; } Loading Loading
sound/soc/codecs/hda.c +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ static int hda_codec_probe(struct snd_soc_component *component) patch = (hda_codec_patch_t)codec->preset->driver_data; if (!patch) { dev_err(&hdev->dev, "no patch specified?\n"); dev_err(&hdev->dev, "no patch specified\n"); ret = -EINVAL; goto err; } Loading