[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180618134643.27e47330@canb.auug.org.au>
Date: Mon, 18 Jun 2018 13:46:43 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Samuel Ortiz <sameo@...ux.intel.com>
Cc: Linux-Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Amit Pundir <amit.pundir@...aro.org>
Subject: Re: linux-next: build warning after merge of the nfc-next tree
Hi all,
On Tue, 12 Jun 2018 10:19:54 +1000 Stephen Rothwell <sfr@...b.auug.org.au> wrote:
>
> After merging the nfc-next tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> drivers/nfc/fdp/fdp.c: In function 'fdp_nci_open':
> drivers/nfc/fdp/fdp.c:250:17: warning: unused variable 'dev' [-Wunused-variable]
> struct device *dev = &info->phy->i2c_dev->dev;
> ^~~
> drivers/nfc/fdp/fdp.c: In function 'fdp_nci_close':
> drivers/nfc/fdp/fdp.c:260:17: warning: unused variable 'dev' [-Wunused-variable]
> struct device *dev = &info->phy->i2c_dev->dev;
> ^~~
> drivers/nfc/fdp/fdp.c: In function 'fdp_nci_send':
> drivers/nfc/fdp/fdp.c:268:17: warning: unused variable 'dev' [-Wunused-variable]
> struct device *dev = &info->phy->i2c_dev->dev;
> ^~~
> drivers/nfc/fdp/fdp.c: In function 'fdp_nci_recv_frame':
> drivers/nfc/fdp/fdp.c:279:17: warning: unused variable 'dev' [-Wunused-variable]
> struct device *dev = &info->phy->i2c_dev->dev;
> ^~~
> drivers/nfc/fdp/fdp.c: In function 'fdp_nci_core_reset_ntf_packet':
> drivers/nfc/fdp/fdp.c:602:17: warning: unused variable 'dev' [-Wunused-variable]
> struct device *dev = &info->phy->i2c_dev->dev;
> ^~~
> drivers/nfc/fdp/fdp.c: In function 'fdp_nci_prop_patch_ntf_packet':
> drivers/nfc/fdp/fdp.c:614:17: warning: unused variable 'dev' [-Wunused-variable]
> struct device *dev = &info->phy->i2c_dev->dev;
> ^~~
> drivers/nfc/fdp/fdp.c: In function 'fdp_nci_remove':
> drivers/nfc/fdp/fdp.c:789:17: warning: unused variable 'dev' [-Wunused-variable]
> struct device *dev = &info->phy->i2c_dev->dev;
> ^~~
>
> Introduced by commit
>
> 7579d009c4a1 ("NFC: fdp: Remove __func__ from dev_dbg()")
I am still getting these ...
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists