Attention is currently required from: osmith.
1 comment:
File drivers/dahdi/xpp/xbus-core.c:
Patch Set #1, Line 116: if (xbus->label) {
"\*(xbus->label)" in the case of an array is the same as "\*(&xbus->label[0]))", which in turs is th […]
And if for whatever reason that's not the case, looks like the origianl intention was precisely that imho, so may be better to do "xbus->label[0] != '\0'"
To view, visit change 39593. To unsubscribe, or for help writing mail filters, visit settings.