Re: [Linux-zigbee-devel] [PATCH] izoordinator: Fixes to error handling

2012-04-05 Thread Tony Cheneau
Hello Alan, Thank you for your patch. It did the trick for me. Prior to applying the patch, izcoordinator would return instantaneously. Regards, Tony Le 05.04.2012 06:28, Alan Ott a écrit : > Some of the error handling was checking for != 0 on functions which > returned > positive values on su

[Linux-zigbee-devel] [PATCH] izoordinator: Fixes to error handling

2012-04-04 Thread Alan Ott
Some of the error handling was checking for != 0 on functions which returned positive values on success. Someone should have a look at the last one. I'm not sure what it was supposed to do, since it failed every single time. Signed-off-by: Alan Ott --- src/coordinator.c |8 +--- 1 files