diff options
-rw-r--r-- | drivers/clocksource/sh_tmu.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/clocksource/sh_tmu.c b/drivers/clocksource/sh_tmu.c index 4ba2c0fea580..a38022fa286f 100644 --- a/drivers/clocksource/sh_tmu.c +++ b/drivers/clocksource/sh_tmu.c | |||
@@ -644,10 +644,8 @@ static int sh_tmu_probe(struct platform_device *pdev) | |||
644 | } | 644 | } |
645 | 645 | ||
646 | tmu = kzalloc(sizeof(*tmu), GFP_KERNEL); | 646 | tmu = kzalloc(sizeof(*tmu), GFP_KERNEL); |
647 | if (tmu == NULL) { | 647 | if (tmu == NULL) |
648 | dev_err(&pdev->dev, "failed to allocate driver data\n"); | ||
649 | return -ENOMEM; | 648 | return -ENOMEM; |
650 | } | ||
651 | 649 | ||
652 | ret = sh_tmu_setup(tmu, pdev); | 650 | ret = sh_tmu_setup(tmu, pdev); |
653 | if (ret) { | 651 | if (ret) { |