diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-04-29 11:48:17 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-04-29 11:48:17 -0400 |
commit | 6d41814d9081d659b79e3a90d6e84e3db5bed6c6 (patch) | |
tree | 74e4fbcae84309a6170c202d4a351c85766c4f50 /bin | |
parent | 5ca18ac12e0f7ec5f50701685f31b85013a4d1b0 (diff) |
rtspin: suppress init_litmus() perror() call, it reports rubbish
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rtspin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/rtspin.c b/bin/rtspin.c index 592f301..89ccbba 100644 --- a/bin/rtspin.c +++ b/bin/rtspin.c | |||
@@ -210,9 +210,7 @@ int main(int argc, char** argv) | |||
210 | if (ret < 0) | 210 | if (ret < 0) |
211 | bail_out("could not become rt tasks."); | 211 | bail_out("could not become rt tasks."); |
212 | 212 | ||
213 | ret = init_litmus(); | 213 | init_litmus(); |
214 | if (ret < 0) | ||
215 | perror("init_litmus()"); | ||
216 | 214 | ||
217 | ret = task_mode(LITMUS_RT_TASK); | 215 | ret = task_mode(LITMUS_RT_TASK); |
218 | if (ret != 0) | 216 | if (ret != 0) |