j
k
j a
j l
for (i = 0; i < ARRAY_SIZE(pfdev->pm_domain_devs); i++) { if (!pfdev->pm_domain_devs[i]) break;
if (!pfdev->pm_domain_devs[i])
break;
I'm not totally familiar with this code, but should this be a break or just a continue?
Attachments:
Back to the thread
Back to the list