diff options
author | YoungJun Cho <yj44.cho@samsung.com> | 2013-06-24 16:40:53 +0900 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-06-28 12:45:19 +1000 |
commit | 7e3d88f9cce3ea3350fa25b89393a6dd2b8e5ed4 (patch) | |
tree | ad5d9a4315187e36d930003e18bbd45655b43b31 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | b720d54a5caf077011f0dc6ba7792866d2828d16 (diff) |
drm/prime: replace NULL with error value in drm_prime_pages_to_sg
Instead of NULL, error value is casted with ERR_PTR() for
drm_prime_pages_to_sg() and IS_ERR_OR_NULL() macro is replaced
with IS_ERR() macro for drm_gem_map_dma_buf().
Signed-off-by: YoungJun Cho <yj44.cho@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions