diff options
Diffstat (limited to 'drivers/clocksource/bcm2835_timer.c')
-rw-r--r-- | drivers/clocksource/bcm2835_timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/bcm2835_timer.c b/drivers/clocksource/bcm2835_timer.c index 82828d3a4739..39e489a96ad7 100644 --- a/drivers/clocksource/bcm2835_timer.c +++ b/drivers/clocksource/bcm2835_timer.c | |||
@@ -114,7 +114,6 @@ static int __init bcm2835_timer_init(struct device_node *node) | |||
114 | 114 | ||
115 | timer = kzalloc(sizeof(*timer), GFP_KERNEL); | 115 | timer = kzalloc(sizeof(*timer), GFP_KERNEL); |
116 | if (!timer) { | 116 | if (!timer) { |
117 | pr_err("Can't allocate timer struct\n"); | ||
118 | ret = -ENOMEM; | 117 | ret = -ENOMEM; |
119 | goto err_iounmap; | 118 | goto err_iounmap; |
120 | } | 119 | } |