[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200412074629.GB2707594@kroah.com>
Date: Sun, 12 Apr 2020 09:46:29 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Tang Bin <tangbin@...s.chinamobile.com>
Cc: arve@...roid.com, maco@...roid.com, tkjos@...roid.com,
joel@...lfernandes.org, christian@...uner.io,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] binderfs: Fix binderfs.c selftest compilation warning
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-braces]
> struct binderfs_device device_info = { 0 };
> drivers/android/binderfs.c:650:9: warning: (near initialization for ‘device_info.name’) [-Wmissing-braces]
What compiler and version is giving this warning? It's odd we have not
seen this yet...
thanks,
greg k-h
Powered by blists - more mailing lists