Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1609435
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: build warning after merge of the spi tree |
| Date | 2017-03-27 04:50 +0200 |
| Message-ID | <tpsTf-133-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Mark,
After merging the spi tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/spi/spi-ti-qspi.c: In function 'ti_qspi_dma_xfer':
drivers/spi/spi-ti-qspi.c:398:21: warning: unused variable 'dma_dev' [-Wunused-variable]
struct dma_device *dma_dev = chan->device;
^
Introduced by commit
1351aaeb50b2 ("spi: spi-ti-qspi: Use dma_engine wrapper for dma memcpy call")
--
Cheers,
Stephen Rothwell
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
linux-next: build warning after merge of the spi tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-03-27 04:50 +0200 Re: linux-next: build warning after merge of the spi tree Vignesh R <vigneshr@ti.com> - 2017-03-27 07:40 +0200
csiph-web