public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the ide tree
@ 2020-04-05  1:13 Stephen Rothwell
  2020-04-05  3:07 ` David Miller
  2020-04-05  3:10 ` Stephen Rothwell
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Rothwell @ 2020-04-05  1:13 UTC (permalink / raw)
  To: David Miller, kernelci.org bot
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, chenqiwu

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-05  3:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-05  1:13 linux-next: build failure after merge of the ide tree Stephen Rothwell
2020-04-05  3:07 ` David Miller
2020-04-05  3:10 ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox