Re: [PATCH] staging: android: ashmem.c: Cleanup

2020-06-15 Thread kernel test robot
Hi Dio, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [cannot apply to aa5af974127d317071d6225a0f3678c5f520e7ce] url: https://github.com/0day-ci/linux/commits/Dio-Putra/staging-android-ashmem-c-Cleanup/20200614-013821 base: http

Re: [PATCH] staging: android: ashmem.c: Cleanup

2020-06-13 Thread Greg KH
On Sun, Jun 14, 2020 at 11:40:42AM +0700, Dio Putra wrote: > Okay, my fault here. Changing the function a little bit didn't help > unfortunately. > > $ cd ~/git/linux/ > $ make CC=clang W=1 M=drivers/staging/android > CC drivers/staging/android/ashmem.o > drivers/staging/android/ashmem.c:4

Re: [PATCH] staging: android: ashmem.c: Cleanup

2020-06-13 Thread Dio Putra
Okay, my fault here. Changing the function a little bit didn't help unfortunately. $ cd ~/git/linux/ $ make CC=clang W=1 M=drivers/staging/android CC drivers/staging/android/ashmem.o drivers/staging/android/ashmem.c:418:16: error: cannot assign to variable 'vmfile_fops' with const-qualifi

Re: [PATCH] staging: android: ashmem.c: Cleanup

2020-06-13 Thread kernel test robot
Hi Dio, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [cannot apply to aa5af974127d317071d6225a0f3678c5f520e7ce] url: https://github.com/0day-ci/linux/commits/Dio-Putra/staging-android-ashmem-c-Cleanup/20200614-013821 base: https://gi

Re: [PATCH] staging: android: ashmem.c: Cleanup

2020-06-13 Thread kernel test robot
Hi Dio, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [cannot apply to aa5af974127d317071d6225a0f3678c5f520e7ce] url: https://github.com/0day-ci/linux/commits/Dio-Putra/staging-android-ashmem-c-Cleanup/20200614-013821 base: https://gi

[PATCH] staging: android: ashmem.c: Cleanup

2020-06-13 Thread Dio Putra
Minor cleanup to make file_operations const once again. Signed-off-by: Dio Putra --- drivers/staging/android/ashmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: aa5af974127d317071d6225a0f3678c5f520e7ce diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/andro