5 Jul
2016
5 Jul
'16
2:10 p.m.
On Mon, Jul 04, 2016 at 08:59:53AM +0000, Kuninori Morimoto wrote:
If we try to dereference card->dai_link without checking to see if it's set then we'll crash.
Ahh, do you mean we need like this ?
if (!card->name && card->dai_link) card->name = card->dai_link->name;
Yes, exactly.