[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190704082119.GF6438@kroah.com>
Date: Thu, 4 Jul 2019 10:21:19 +0200
From: Greg KH <greg@...ah.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: linux-next: build warning after merge of the driver-core tree
On Thu, Jul 04, 2019 at 04:24:35PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the driver-core tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> fs/orangefs/orangefs-debugfs.c: In function 'orangefs_debugfs_init':
> fs/orangefs/orangefs-debugfs.c:193:1: warning: label 'out' defined but not used [-Wunused-label]
> out:
> ^~~
> fs/orangefs/orangefs-debugfs.c: In function 'orangefs_kernel_debug_init':
> fs/orangefs/orangefs-debugfs.c:204:17: warning: unused variable 'ret' [-Wunused-variable]
> struct dentry *ret;
> ^~~
>
> Introduced by commit
>
> f095adba36bb ("orangefs: no need to check return value of debugfs_create functions")
Ugh, sorry about that, will fix it up as well...
Powered by blists - more mailing lists