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


Groups > linux.kernel > #1717070 > unrolled thread

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

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

Back to article view | Back to linux.kernel


Contents

  linux-next: build warnings after merge of the spi tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-08-22 08:50 +0200

#1717070 — linux-next: build warnings after merge of the spi tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-08-22 08:50 +0200
Subjectlinux-next: build warnings after merge of the spi tree
Message-ID<uhbaF-717-1@gated-at.bofh.it>
Hi all,

After merging the spi tree, today's linux-next build (powerpc
allyesconfig) produced these warnings:

drivers/spi/spi-imx.c: In function 'spi_imx_buf_rx_swap_u32':
drivers/spi/spi-imx.c:284:15: warning: unused variable 'bytes_per_word' [-Wunused-variable]
  unsigned int bytes_per_word;
               ^
drivers/spi/spi-imx.c: In function 'spi_imx_buf_tx_swap_u32':
drivers/spi/spi-imx.c:319:15: warning: unused variable 'bytes_per_word' [-Wunused-variable]
  unsigned int bytes_per_word;
               ^

Introduced by commit

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

-- 
Cheers,
Stephen Rothwell

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web