msm: timer: fix missing return value
authorDavid Brown <davidb@codeaurora.org>
Wed, 30 Mar 2011 18:26:57 +0000 (11:26 -0700)
committerDavid Brown <davidb@codeaurora.org>
Thu, 31 Mar 2011 20:15:40 +0000 (13:15 -0700)
Change af90f10d38 "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: David Brown <davidb@codeaurora.org>

No differences found