]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource/drivers/bcm2835: Remove message for a memory allocation failure
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 27 Aug 2017 19:38:13 +0000 (21:38 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 29 Aug 2017 13:23:31 +0000 (15:23 +0200)
commit5779abeaeb7ad6eeadbfebb70171f60342071301
tree24db8258335c1d22cc07c8107ad78d5f772c295e
parent6d8253745e258952820e8a2dc8ccd820fc1eb508
clocksource/drivers/bcm2835: Remove message for a memory allocation failure

The bcm2835_timer_init() function emits an error message in case of a memory
allocation failure. This is pointless as the mm core does that already.

Remove this message.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/bcm2835_timer.c