Re: [PATCH 2/2] drm: drop drm_[cm]alloc* helpers

2017-05-17 Thread kbuild test robot
Hi Michal, [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.12-rc1 next-20170517] [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/Michal-Hocko/drm-replace-drm_-cm-alloc-by-kvm

[PATCH 2/2] drm: drop drm_[cm]alloc* helpers

2017-05-16 Thread Michal Hocko
From: Michal Hocko Now that drm_[cm]alloc* helpers are simple one line wrappers around kvmalloc_array and drm_free_large is just kvfree alias we can drop them and replace by their native forms. This shouldn't introduce any functional change. Suggested-by: Daniel Vetter Signed-off-by: Michal Ho