summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez>2008-12-05 10:36:28 -0800
committerInaky Perez-Gonzalez <inaky@linux.intel.com>2008-12-05 10:36:28 -0800
commitba2e1289654bfebf55e405578b2450a69fd7b2ad (patch)
treedcd2008220a85d7402ee1143cb283c211f5589d2
parent09f96306fc2fc308f7854d5d8a17b971d3983702 (diff)
wimaxll-reset: return result code, not forced success
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
-rw-r--r--bin/wimaxll-reset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/wimaxll-reset.c b/bin/wimaxll-reset.c
index 41e25a2..671222a 100644
--- a/bin/wimaxll-reset.c
+++ b/bin/wimaxll-reset.c
@@ -68,7 +68,6 @@ int main(int argc, char **argv)
fprintf(stderr, "E: wimaxll_reset(): %d\n", result);
goto error_rfkill;
}
- result = 0;
error_rfkill:
wimaxll_close(wmx);
error_wimaxll_open: