diff options
author | Alexey Klimov <alexey.klimov@linaro.org> | 2015-09-10 03:38:19 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-10-15 18:41:59 +0300 |
commit | fdbd13105d08fed6a8201549f389e9c12021b67b (patch) | |
tree | babe8ebe0a326ef59d5c3c82a4126dc5771cb188 /drivers/clocksource/sh_cmt.c | |
parent | f14665f63b92f958636b7e7610ec2c9726ea9335 (diff) | |
download | linux-fdbd13105d08fed6a8201549f389e9c12021b67b.tar.xz |
clocksource/drivers/em_sti: Remove unneeded memset()s
Memory for cs and ced fields in struct em_sti_priv is allocated
by devm_kzalloc() in the beginning of em_sti_probe() so they
don't need to be zeroed one more time in
em_sti_register_clocksource() and in em_sti_register_clockevent().
Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/sh_cmt.c')
0 files changed, 0 insertions, 0 deletions