clocksource/drivers/sh_cmt: Remove unneeded memset() in sh_cmt_setup()

Memory for cmt struct is allocated by kzalloc() in sh_cmt_setup.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
This commit is contained in:
Alexey Klimov 2015-09-10 03:38:20 +03:00 committed by Daniel Lezcano
parent fdbd13105d
commit 6eeb8c355f
1 changed files with 0 additions and 1 deletions

View File

@ -962,7 +962,6 @@ static int sh_cmt_setup(struct sh_cmt_device *cmt, struct platform_device *pdev)
unsigned int i;
int ret;
memset(cmt, 0, sizeof(*cmt));
cmt->pdev = pdev;
raw_spin_lock_init(&cmt->lock);