anv: fix anv_gem_mmap comment to not mention NULL
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 4 May 2017 14:50:27 +0000 (15:50 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 4 May 2017 17:06:18 +0000 (18:06 +0100)
commit9d2aa6e5067752efbc0acbd728bc0bde49aefb61
treea849511a063dc6eba87751b60e04dc180bbed868
parentb6643095bab360b9e49a2c8b0f1c97f7e27d84ce
anv: fix anv_gem_mmap comment to not mention NULL

The function cannot return NULL, update the comment accordingly.

Fixes: b546c9d ("anv: anv_gem_mmap() returns MAP_FAILED as mapping error")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/intel/vulkan/anv_image.c