Skip to content

use XNFcallocarray() instead of xnfcalloc macro

Enrico Weigelt requested to merge metux/xf86-video-i128:submit/alloc into master

xnfcalloc is just an alias for XNFcallocarray() that doesn't seem to serve any practical purpose, so it can go away once all drivers stopped using it.

Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Merge request reports