[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200405111307.6d0ac36e@canb.auug.org.au>
Date: Sun, 5 Apr 2020 11:13:07 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: David Miller <davem@...emloft.net>,
"kernelci.org bot" <bot@...nelci.org>
Cc: Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
chenqiwu <chenqiwu@...omi.com>
Subject: linux-next: build failure after merge of the ide tree
Hi all,
After merging the ide tree, yesterday's linux-next build (mips
bigsur_defconfig) failed like this:
drivers/ide/ide-scan-pci.c:104:13: error: incompatible type for argument 1 of ‘list_del’
Caused by commit
6a0033457f23 ("drivers/ide: convert to list_for_each_entry_safe()")
list_del() takes a "struct list_head *", struct pci_driver::node is a
"struct list_head" i.e. there is a missing '&'.
Reported by the kernelci.org bot.
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists