Skip to content
Commit 9a8f99fa authored by Christian Dietrich's avatar Christian Dietrich Committed by Benjamin Herrenschmidt
Browse files

powerpc/rtas-rtc: remove sideeffects of printk_ratelimit



Don't use printk_ratelimit() as an additional condition for returning
on an error. Because when the ratelimit is reached, printk_ratelimit
will return 0 and e.g. in rtas_get_boot_time won't check for an error
condition.

Signed-off-by: default avatarChristian Dietrich <christian.dietrich@informatik.uni-erlangen.de>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 937c190c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment