aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorYisheng Xie <xieyisheng1@huawei.com>2018-02-12 18:43:13 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-02-16 17:29:07 +0100
commitacb42f8e89efcf116aa56f4be31776d809e8aa79 (patch)
tree668dccf2ba2f6d01f8c22518d51e26f673dc63c6 /include/linux
parentstaging: android: ion: Return void instead of int (diff)
staging: android: ion: Cleanup ion_page_pool_alloc_pages
ion_page_pool_alloc_pages calls alloc_pages to allocate pages for page pools. If alloc_pages return NULL, it will return NULL, or it will return the pages allocate from alloc_pages. So we can just return alloc_pages without any judgement. Acked-by: Sumit Semwal <sumit.semwal@linaro.org> Signed-off-by: Yisheng Xie <xieyisheng1@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions