ASoC: simple-card: fix a bug where cinfo will be NULL before using it
If the dt is not used, the cinfo will be always NULL before using it. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
8c0b8230b2
commit
708ec0241c
@ -213,8 +213,8 @@ static int asoc_simple_card_probe(struct platform_device *pdev)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
cinfo->snd_card.dev = &pdev->dev;
|
||||
cinfo = pdev->dev.platform_data;
|
||||
cinfo->snd_card.dev = &pdev->dev;
|
||||
}
|
||||
|
||||
if (!cinfo) {
|
||||
|
Loading…
Reference in New Issue
Block a user