commit | ff5b706f5189fe8d2a6fd576b491b769ec1d29d3 | [log] [tgz] |
---|---|---|
author | Weongyo Jeong <weongyo.linux@gmail.com> | Thu Mar 31 12:15:03 2016 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Jun 10 17:07:50 2016 +0200 |
tree | b7361198a3786138d9eeab3bd25a80b5f77b2c17 | |
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 <weongyo.linux@gmail.com> Link: http://lkml.kernel.org/r/1459451703-5744-1-git-send-email-weongyo.linux@gmail.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>