On 12/11/2018 4:49 PM, Rafael J. Wysocki wrote:
I struggled between break and return. Existing code seems to return on failure when bus0 is NULL. I assumed it would be more logical to return as someone could put some code after here that assumes everything is in order.Well, there's no such code ATM, so there's no practical difference between the two and you don't really need the #else branch at all, do you?
OK. I'll go with break.