aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/h8300_timer8.c
diff options
context:
space:
mode:
authorAlexey Klimov <alexey.klimov@linaro.org>2015-09-10 03:38:21 +0300
committerDaniel Lezcano <daniel.lezcano@linaro.org>2015-10-15 17:42:02 +0200
commitba49af35be8a41af7f00a37902a2d70764078bc5 (patch)
tree422574242dbc2a79abf4a53c3cb21e74f7f4ce50 /drivers/clocksource/h8300_timer8.c
parentclocksource/drivers/sh_cmt: Remove unneeded memset() in sh_cmt_setup() (diff)
downloadlinux-dev-ba49af35be8a41af7f00a37902a2d70764078bc5.tar.xz
linux-dev-ba49af35be8a41af7f00a37902a2d70764078bc5.zip
clocksource/drivers/h8300_*: Remove unneeded memset()s
Memory for timer16_priv, timer8_priv and tpu_priv structs is allocated by devm_kzalloc() in corresponding probe functions of drivers. No need to zero it one more time. Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/h8300_timer8.c')
-rw-r--r--drivers/clocksource/h8300_timer8.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/h8300_timer8.c b/drivers/clocksource/h8300_timer8.c
index f9b3b7033a97..44375d8b9bc4 100644
--- a/drivers/clocksource/h8300_timer8.c
+++ b/drivers/clocksource/h8300_timer8.c
@@ -215,7 +215,6 @@ static int timer8_setup(struct timer8_priv *p,
int irq;
int ret;
- memset(p, 0, sizeof(*p));
p->pdev = pdev;
res = platform_get_resource(p->pdev, IORESOURCE_MEM, 0);