Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335880
b: refs/heads/master
c: bf7e438
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Slusarz authored and Ben Skeggs committed Nov 18, 2012
1 parent ff1a410 commit a8c6915
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f150b3e7a722ebfc68eec5d83a9fe1ee8d75d71
refs/heads/master: bf7e438bcaff4b732f86bb2eb48fc4fee04dc31b
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_abi16.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ nouveau_abi16_ioctl_channel_alloc(ABI16_IOCTL_ARGS)

if (unlikely(!abi16))
return -ENOMEM;

if (!drm->channel)
return nouveau_abi16_put(abi16, -ENODEV);

client = nv_client(abi16->client);

if (init->fb_ctxdma_handle == ~0 || init->tt_ctxdma_handle == ~0)
Expand Down

0 comments on commit a8c6915

Please sign in to comment.