commit | d1aa06a1eaf5f751c9913703031d611599d8d3d7 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu Jan 26 12:27:23 2012 +0100 |
committer | Sumit Semwal <sumit.semwal@ti.com> | Mon Mar 19 15:42:15 2012 +0530 |
tree | dce298d9d1f7bdb95e8c259c3e304f9322c5d31a | |
parent | 5375764f9408b8ef1fb8d6cd1ed0efd97dce4824 [diff] |
dma-buf: Remove unneeded sanity checks ops, ops->map_dma_buf and ops->unmap_dma_buf are guaranteed to be non-NULL by a check in dma_buf_export(). Remove NULL checks on those variables in the other API functions. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>