Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649042 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2017-05-24 03:10 +0200 |
| Last post | 2017-05-24 05:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the spi tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-05-24 03:10 +0200
Re: linux-next: build failure after merge of the spi tree Jiada Wang <jiada_wang@mentor.com> - 2017-05-24 05:40 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-05-24 03:10 +0200 |
| Subject | linux-next: build failure after merge of the spi tree |
| Message-ID | <tKsYh-3dA-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_can_dma':
drivers/spi/spi-imx.c:241:9: error: 'struct spi_imx_data' has no member named 'dynamic_burst'
spi_imx->dynamic_burst = 0;
^
Caused by commit
09b3ed2d5916 ("spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"")
interacting with commit
1ce1c618e6b5 ("spi: imx: only allow dynamic burst in PIO mode")
from a separate topic branch and not fixing it up in the merge. Although
that second commit could never have built anyway on its own :-(
I have used the spi tree from next-20170523 for today.
--
Cheers,
Stephen Rothwell
[toc] | [next] | [standalone]
| From | Jiada Wang <jiada_wang@mentor.com> |
|---|---|
| Date | 2017-05-24 05:40 +0200 |
| Message-ID | <tKvjr-51b-3@gated-at.bofh.it> |
| In reply to | #1649042 |
Hi Mark
since commit 8d4a6cad7adb ("spi: imx: dynamic burst length adjust for PIO mode
")
has been reverted, then
commit 1ce1c618e6b5 ("spi: imx: only allow dynamic burst in PIO mode")
need to be reverted as well.
I can submit another version of patch set, with all founded issues be addressed
after that.
Thanks,
Jiada
On 05/23/2017 06:08 PM, Stephen Rothwell wrote:
> 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_can_dma':
> drivers/spi/spi-imx.c:241:9: error: 'struct spi_imx_data' has no member named 'dynamic_burst'
> spi_imx->dynamic_burst = 0;
> ^
>
> Caused by commit
>
> 09b3ed2d5916 ("spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"")
>
> interacting with commit
>
> 1ce1c618e6b5 ("spi: imx: only allow dynamic burst in PIO mode")
>
> from a separate topic branch and not fixing it up in the merge. Although
> that second commit could never have built anyway on its own :-(
>
> I have used the spi tree from next-20170523 for today.
>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web