commit | 4a7ce1f66dd1763b0f61bdf5f40736ba927ef24a | [log] [tgz] |
---|---|---|
author | Chris Michael <cp.michael@samsung.com> | Tue Nov 10 10:40:37 2015 -0500 |
committer | Derek Foreman <derekf@osg.samsung.com> | Thu Nov 12 10:21:58 2015 -0600 |
tree | 9c4a7db06bd3b3597e3934df2ae02ba20a7d482e | |
parent | 6d556374b8ad46d2b2f8cd8f77a344c81a3311d7 [diff] |
compositor-drm: pass NULL to mmap() instead of 0 as the address mmap() function expects to be passed a void pointer as the address here. Passing NULL is technically more correct than passing 0. Signed-off-by: Chris Michael <cp.michael@samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>