Files
linux/arch
David Brown 893b66c39d msm: timer: fix missing return value
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>
2011-03-31 13:15:40 -07:00
..
2011-03-31 13:15:40 -07:00
2011-03-29 14:05:13 +01:00
2011-03-29 14:48:15 +02:00
2011-03-24 20:35:57 +01:00
2011-03-16 14:30:40 +01:00