From: Stephen Rothwell <sfr@canb.auug.org.au>
To: David Miller <davem@davemloft.net>,
"kernelci.org bot" <bot@kernelci.org>
Cc: Linux Next Mailing List <linux-next@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
chenqiwu <chenqiwu@xiaomi.com>
Subject: linux-next: build failure after merge of the ide tree
Date: Sun, 5 Apr 2020 11:13:07 +1000 [thread overview]
Message-ID: <20200405111307.6d0ac36e@canb.auug.org.au> (raw)
[-- Attachment #1: Type: text/plain, Size: 492 bytes --]
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
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next reply other threads:[~2020-04-05 1:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-05 1:13 Stephen Rothwell [this message]
2020-04-05 3:07 ` linux-next: build failure after merge of the ide tree David Miller
2020-04-05 3:10 ` Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200405111307.6d0ac36e@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=bot@kernelci.org \
--cc=chenqiwu@xiaomi.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox