diff options
author | Akinobu Mita <[email protected]> | 2012-02-03 15:37:13 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-02-03 16:16:40 -0800 |
commit | a1b58c237b73f10221b31e05b47a6565558207ef (patch) | |
tree | ad0651849cc19bb894a3f7d312df4e0c54e6bbd8 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 070f420b35a2c078ca2bd2a0d31dd7b5001d411c (diff) |
xtensa: fix memscan()
Defining memscan() as memchr() is wrong, because the return values of
memscan() and memchr() are different when the character is not found. So
use the generic memscan() implementation to fix this.
Signed-off-by: Akinobu Mita <[email protected]>
Cc: Chris Zankel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions