Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
posix-timers: Drop redundant memset() invocation
Initially in commit 6891c45 memset() was required to clear a variable allocated on stack. Commit 2482097 removed the on stack variable and retained the memset() despite the fact that the memory is allocated via kmem_cache_zalloc() and therefore zereoed already. Drop the redundant memset(). Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/Z9ctVxwaYOV4A2g4@grain
- Loading branch information