Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
too many semicolons. * 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau/linux-2.6: drm/nouveau: fix unconditional return waiting on memory
This commit is contained in:
commit
c9cdee1765
|
@ -479,7 +479,7 @@ nv50_display_flip_wait(void *data)
|
|||
{
|
||||
struct nv50_display_flip *flip = data;
|
||||
if (nouveau_bo_rd32(flip->disp->sync, flip->chan->addr / 4) ==
|
||||
flip->chan->data);
|
||||
flip->chan->data)
|
||||
return true;
|
||||
usleep_range(1, 2);
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue