12 Nov
2019
12 Nov
'19
8:03 p.m.
On Tue, Nov 12, 2019 at 11:11:32AM -0600, Pierre-Louis Bossart wrote:
for_each_rtd_components(rtd, rtdcom, component) {
pr_err("plb: %s processing component\n", __func__);
if (!component)
pr_err("plb: %s component is NULL\n", __func__);
Could you perhaps add traces of which components are being accessed at each stage? We might want to go through and just add something like that in the code anyway to help figure things out.