diff options
author | Weongyo Jeong <[email protected]> | 2016-03-31 12:15:03 -0700 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-06-10 17:07:50 +0200 |
commit | ff5b706f5189fe8d2a6fd576b491b769ec1d29d3 (patch) | |
tree | b7361198a3786138d9eeab3bd25a80b5f77b2c17 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fe3464ca8710012a247bb4586dde21b080f88514 (diff) |
genirq: Remove unnecessary memset() calls
sprintf() and snprintf() implementation of kernel guarantees that
its result is terminated with null byte if size is larger than 0. So we
don't need to call memset() at all.
Signed-off-by: Weongyo Jeong <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions