From: Peter Zijlstra on
On Tue, 2010-02-23 at 19:56 +0100, Fabio Checconi wrote:
> + stop = move_runtime(rt_rq, iter, weight, rt_period,
> pull);
> + if (stop) {
> + raw_spin_unlock(&iter->rt_runtime_lock);
> + break;
> }
> next:
> raw_spin_unlock(&iter->rt_runtime_lock);

might as well put that:

if (stop)
break;

right after the raw_spin_unlock() that's already there.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/