]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
staging: ion: remove order argument from free_buffer_page()
authorHeesub Shin <heesub.shin@samsung.com>
Fri, 30 May 2014 01:26:29 +0000 (10:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:38:33 +0000 (15:38 -0700)
commit06566f5dc3f30e74de9e7bee4da6aad9ca35f287
tree395ae95880b35a1d5ebf757ebf531b2ca300911c
parent7eb88bffbd883fa78944799ff3887da916159a59
staging: ion: remove order argument from free_buffer_page()

Now that the pages returned from the pool are compound pages, we do not
need to pass the order information to free_buffer_page().

Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
Reviewed-by: Mitchel Humpherys <mitchelh@codeaurora.org>
Tested-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion_system_heap.c