[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160620115213.07231836@canb.auug.org.au>
Date: Mon, 20 Jun 2016 11:52:13 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Bjorn Helgaas <bhelgaas@...gle.com>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: linux-next: build warnings after merge of the pci tree
Hi Bjorn,
After merging the pci tree, today's linux-next build (arm
multi_v7_defconfig) produced these warnings:
drivers/pci/host/pci-host-common.c: In function 'gen_pci_init':
drivers/pci/host/pci-host-common.c:88:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
return err;
^
drivers/pci/host/pci-host-common.c:93:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
return PTR_ERR(cfg);
^
drivers/pci/host/pci-host-common.c:108:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
return err;
^
Introduced by commit
3f8dcfc3fbba ("PCI: generic: Free resource list close to where it's allocated")
--
Cheers,
Stephen Rothwell
Powered by blists - more mailing lists