perf mmap: Cleanup perf_mmap__push()
authorKan Liang <[email protected]>
Thu, 18 Jan 2018 21:26:18 +0000 (13:26 -0800)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 15 Feb 2018 12:52:05 +0000 (09:52 -0300)
commitf92c8cbe597a5a2ccec702dff824f3fe0f3623eb
tree517edd97583e33258e78edd88c4bf0234da00b91
parentdc6c35c679e96987dc83a003f30bc2cc33c84c00
perf mmap: Cleanup perf_mmap__push()

The first assignment for 'start' and 'end' is redundant.

Signed-off-by: Kan Liang <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Jin Yao <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/mmap.c