Re: [PATCH v2 3/8] drm/etnaviv: iommuv1: fold pagetable alloc and free into caller

2017-09-29 Thread kbuild test robot
Hi Lucas, [auto build test WARNING on drm/drm-next] [also build test WARNING on v4.14-rc2 next-20170929] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Lucas-Stach/drm-etnaviv-remove-iommu-fault

[PATCH v2 3/8] drm/etnaviv: iommuv1: fold pagetable alloc and free into caller

2017-09-29 Thread Lucas Stach
Those functions are simple enough to fold them into the calling function. This also fixes a correctness issue, as the alloc/free functions didn't specifiy the device the memory was allocated for. Signed-off-by: Lucas Stach Reviewed-by: Philipp Zabel Reviewed-By: Wladimir J. van der Laan --- dr