On Wednesday 18 July 2007, Andrew Morton wrote: > fyi, WARN_ON(expr) and WARN_ON_ONCE(expr) now return `expr', so this could > have been more neatly coded as > > if (WARN_ON_ONCE(!cpu_handle)) > continue; > Ok, I completely missed that change last year. Thanks for pointing it out, I'll change the patch. Arnd <><