Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249611
b: refs/heads/master
c: 4f0c8f4
h: refs/heads/master
i:
  249609: 1c5da28
  249607: c1eebf4
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed May 17, 2011
1 parent d2c4a39 commit d964862
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3a229fd54db17f39ce14348c9de898b3671771ca
refs/heads/master: 4f0c8f43ee5e9e12ed36a5950e19cfe513669ae7
2 changes: 2 additions & 0 deletions trunk/drivers/staging/gma500/psb_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,8 @@ static int psb_user_framebuffer_create_handle(struct drm_framebuffer *fb,
{
struct psb_framebuffer *psbfb = to_psb_fb(fb);
struct gtt_range *r = psbfb->gtt;
if (r->stolen)
return -EOPNOTSUPP;
return drm_gem_handle_create(file_priv, &r->gem, handle);
}

Expand Down

0 comments on commit d964862

Please sign in to comment.