linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [spi:fix/imx 1/1] drivers/spi/spi-imx.c:241:9: error: 'struct spi_imx_data' has no member named 'dynamic_burst'
@ 2017-05-23 19:37 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-05-23 19:37 UTC (permalink / raw)
  To: Jiada Wang
  Cc: kbuild-all-JC7UmRfGjtg, linux-spi-u79uwXL29TY76Z2rM5mHXA, Mark Brown

[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git fix/imx
head:   1ce1c618e6b51e80ed1fc8838c01ae8f41582155
commit: 1ce1c618e6b51e80ed1fc8838c01ae8f41582155 [1/1] spi: imx: only allow dynamic burst in PIO mode
config: xtensa-allmodconfig (attached as .config)
compiler: xtensa-linux-gcc (GCC) 4.9.0
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 1ce1c618e6b51e80ed1fc8838c01ae8f41582155
        # save the attached .config to linux build tree
        make.cross ARCH=xtensa 

All errors (new ones prefixed by >>):

   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;
            ^

vim +241 drivers/spi/spi-imx.c

   235		}
   236	
   237		if (i == 0)
   238			return false;
   239	
   240		spi_imx->wml = i;
 > 241		spi_imx->dynamic_burst = 0;
   242	
   243		return true;
   244	}

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 50141 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-23 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23 19:37 [spi:fix/imx 1/1] drivers/spi/spi-imx.c:241:9: error: 'struct spi_imx_data' has no member named 'dynamic_burst' kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).