clocksource: davinci: axe a pointless __GFP_NOFAIL
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 9 Apr 2020 10:12:26 +0000 (12:12 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 9 Apr 2020 10:13:20 +0000 (12:13 +0200)
commit4855f2bd91b6e3461af7d795bfe9a40420122131
tree4a20c50bfec21d5d2302357d04d57182d09de6bd
parentbdf8783c0dae9d3d8fc1c4078fe849ab8aa8b583
clocksource: davinci: axe a pointless __GFP_NOFAIL

There is no need to specify __GFP_NOFAIL when allocating memory here, so
axe it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200409101226.15432-1-christophe.jaillet@wanadoo.fr
drivers/clocksource/timer-davinci.c