intel_bufmgr_fake: fix compile warning.

main
Eric Anholt 2010-05-25 20:11:23 -07:00
parent fcf3e616ee
commit 58e54f62c9
1 changed files with 2 additions and 2 deletions

View File

@ -299,10 +299,10 @@ _fence_wait_internal(drm_intel_bufmgr_fake *bufmgr_fake, int seq)
return;
}
DBG("wait 0x%08x\n", iw.irq_seq);
iw.irq_seq = seq;
DBG("wait 0x%08x\n", iw.irq_seq);
/* The kernel IRQ_WAIT implementation is all sorts of broken.
* 1) It returns 1 to 0x7fffffff instead of using the full 32-bit
* unsigned range.