Who wrote wait_for()? It is a deadly booby trap! On Wed, 5 Sep 2012 21:24:39 +0200, Daniel Vetter <daniel.vetter at ffwll.ch> wrote: > - if (wait_for((I915_READ(GMBUS2 + reg_offset) & GMBUS_ACTIVE) == 0, > - 10)) { > + if (gmbus_wait_hw_status(dev_priv, GMBUS_ACTIVE)) { This is reversing the status being waited for. :( -Chris -- Chris Wilson, Intel Open Source Technology Centre