22 Aug
2017
22 Aug
'17
4:02 p.m.
On Tue, Aug 22, 2017 at 09:24:32PM +0800, Donglin Peng wrote:
In case that dai->driver->name is NULL, strcmp(dai->driver->name, dlc->dai_name) will cause segmentation fault. so I think that we can change it as the follows:
We should be already verifying that drivers have a name, we assume one elsewhere.