aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/timer.c')
-rw-r--r--arch/arm/mach-omap1/timer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/timer.c b/arch/arm/mach-omap1/timer.c
index 06c5ba7574a5..637f8c9d9f10 100644
--- a/arch/arm/mach-omap1/timer.c
+++ b/arch/arm/mach-omap1/timer.c
@@ -134,8 +134,6 @@ static int __init omap1_dm_timer_init(void)
134 134
135 pdata = kzalloc(sizeof(*pdata), GFP_KERNEL); 135 pdata = kzalloc(sizeof(*pdata), GFP_KERNEL);
136 if (!pdata) { 136 if (!pdata) {
137 dev_err(&pdev->dev, "%s: Failed to allocate pdata.\n",
138 __func__);
139 ret = -ENOMEM; 137 ret = -ENOMEM;
140 goto err_free_pdata; 138 goto err_free_pdata;
141 } 139 }