~ubuntu-branches/ubuntu/trusty/linux-lts-vivid/trusty-proposed

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Kamal Mostafa, K. Y. Srinivasan
  • Date: 2015-11-23 13:24:32 UTC
  • Revision ID: package-import@ubuntu.com-20151123132432-903xk653el60bfun
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1518519

[ K. Y. Srinivasan ]

* SAUCE: Drivers: hv: vmbus: Fix a Host signaling bug
  - LP: #1508706

Show diffs side-by-side

added added

removed removed

Lines of Context:
484
484
                goto out_unlock;
485
485
        }
486
486
 
487
 
        ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &buf);
 
487
        ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &buf, NULL);
488
488
        if (ret)
489
489
                goto out_unlock;
490
490