diff options
| -rw-r--r-- | trace-read.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-read.c b/trace-read.c index 0a1fd0a..76f5b7b 100644 --- a/trace-read.c +++ b/trace-read.c | |||
| @@ -338,6 +338,7 @@ __find_wakeup(unsigned int key, unsigned int val) | |||
| 338 | while (info) { | 338 | while (info) { |
| 339 | if (info->pid == val) | 339 | if (info->pid == val) |
| 340 | return info; | 340 | return info; |
| 341 | info = info->next; | ||
| 341 | } | 342 | } |
| 342 | 343 | ||
| 343 | return NULL; | 344 | return NULL; |
