[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130318211017.418070837@linuxfoundation.org>
Date: Mon, 18 Mar 2013 14:10:54 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org, Jiri Slaby <jslaby@...e.cz>,
Andrew Vagin <avagin@...nvz.org>,
Steven Rostedt <rostedt@...dmis.org>,
Greg Kroah-Hartman <gregkh@...e.de>
Subject: [ 16/40] Revert duplicated perf commit.
3.0-stable review patch. If anyone has any objections, please let me know.
------------------
This reverts commit 2431496fbdd142ccc83138d94f3f510a36ce9270 as it was
applied incorrectly twice.
Thanks to Jiri for pointing this out.
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
Cc: Jiri Slaby <jslaby@...e.cz>
Cc: Andrew Vagin <avagin@...nvz.org>
Cc: Steven Rostedt <rostedt@...dmis.org>
---
tools/perf/util/trace-event-parse.c | 2 --
1 file changed, 2 deletions(-)
--- a/tools/perf/util/trace-event-parse.c
+++ b/tools/perf/util/trace-event-parse.c
@@ -1582,8 +1582,6 @@ process_symbols(struct event *event, str
field = malloc_or_die(sizeof(*field));
type = process_arg(event, field, &token);
- while (type == EVENT_OP)
- type = process_op(event, field, &token);
if (test_type_token(type, token, EVENT_DELIM, ","))
goto out_free;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists