Skip to content
Commit 893b66c3 authored by David Brown's avatar David Brown
Browse files

msm: timer: fix missing return value



Change af90f10d "ARM: 6759/1: smp: Select local timers vs broadcast
timer support runtime" missed a return statement, causing a compile
warning:

  arch/arm/mach-msm/timer.c:272: warning: 'return' with no value, in
  function returning non-void

Trivially return 0 for success when running on cpu 0 (to match the
comment and previous behavior).

Signed-off-by: default avatarDavid Brown <davidb@codeaurora.org>
parent 62f0988e
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