Re: [PATCH] binderfs: Fix binderfs.c selftest compilation warning

2020-04-13 Thread Tang Bin
Hi greg: On 2020/4/12 15:46, Greg KH wrote: On Sat, Apr 11, 2020 at 10:51:51PM +0800, Tang Bin wrote: Fix missing braces compilation warning in the ARM compiler environment: drivers/android/binderfs.c: In function 'binderfs_fill_super': drivers/android/binderfs.c:650:9: warning: missi

Re: [PATCH] binderfs: Fix binderfs.c selftest compilation warning

2020-04-13 Thread Greg KH
On Sat, Apr 11, 2020 at 10:51:51PM +0800, Tang Bin wrote: > Fix missing braces compilation warning in the ARM > compiler environment: > drivers/android/binderfs.c: In function 'binderfs_fill_super': > drivers/android/binderfs.c:650:9: warning: missing braces around > initializer [-Wmissing

Re: [PATCH] binderfs: Fix binderfs.c selftest compilation warning

2020-04-11 Thread Christian Brauner
On Sat, Apr 11, 2020 at 10:51:51PM +0800, Tang Bin wrote: > Fix missing braces compilation warning in the ARM > compiler environment: > drivers/android/binderfs.c: In function 'binderfs_fill_super': > drivers/android/binderfs.c:650:9: warning: missing braces around > initializer [-Wmissing