Reacted on compiler warnings from gzpLinux on kernel 2.6

This commit is contained in:
2010-02-08 10:55:13 +01:00
parent 633a8ada9e
commit 4b0f175a89
3 changed files with 5 additions and 1 deletions

View File

@@ -208,6 +208,7 @@ int iso_node_get_xinfo(IsoNode *node, iso_node_xinfo_func proc, void **data)
return ISO_NULL_POINTER;
}
*data = NULL;
pos = node->xinfo;
while (pos != NULL) {
if (pos->process == proc) {