On Fri, May 23, 2014 at 01:20:42PM +0300, Dan Carpenter wrote: > yield_to() is supposed to return -ESRCH if there is no task to > yield to, but because the type is bool that is the same as returning > true. > > The only place I see which cares is kvm_vcpu_on_spin(). > > Signed-off-by: Dan Carpenter Thanks Dan!