As part of converting the code to a while loop, the unconditional
initialization of wired to false was lost.
Sponsored by: Netflix
Differential D33163
cam: Initialize wired to false imp on Nov 29 2021, 2:03 PM. Authored by Tags None Referenced Files
Subscribers
Details
As part of converting the code to a while loop, the unconditional Sponsored by: Netflix
Diff Detail
Event Timeline
Comment Actions As noted in the mail I don't know what this code is supposed to be doing, so I'm not going to review anything. However, setting 'wired = false' upfront restores the previously seen behavior and fixes the immediate regression, so I would say this should be committed and any other tinkering should come in later. |