Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1679628 > unrolled thread

linux-next: build failure after merge of the spi tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-07-03 05:50 +0200
Last post2017-07-03 05:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: build failure after merge of the spi tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-07-03 05:50 +0200

#1679628 — linux-next: build failure after merge of the spi tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-07-03 05:50 +0200
Subjectlinux-next: build failure after merge of the spi tree
Message-ID<tZ0x3-3Nf-3@gated-at.bofh.it>
Hi Mark,

After merging the spi tree, today's linux-next build (x86_64 allmodconfig)
failed like this:

drivers/spi/spi-imx.c: In function 'spi_imx_setupxfer':
drivers/spi/spi-imx.c:1007:16: error: 'config' undeclared (first use in this function)
   mask = (1 << config.bpw) - 1;
                ^

Caused by commit

  a0cc330240c9 ("spi: imx: dynamic burst length adjust for PIO mode")

interacting with commit

  d52345b6cf8e ("spi: imx: put struct spi_imx_config members into driver private struct")

I reverted a0cc330240c9 for today.

-- 
Cheers,
Stephen Rothwell

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web