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
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ nv50_display_flip_wait(void *data)
|
||||||
{
|
{
|
||||||
struct nv50_display_flip *flip = data;
|
struct nv50_display_flip *flip = data;
|
||||||
if (nouveau_bo_rd32(flip->disp->sync, flip->chan->addr / 4) ==
|
if (nouveau_bo_rd32(flip->disp->sync, flip->chan->addr / 4) ==
|
||||||
flip->chan->data);
|
flip->chan->data)
|
||||||
return true;
|
return true;
|
||||||
usleep_range(1, 2);
|
usleep_range(1, 2);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue