[spi:fix/imx 1/1] drivers/spi/spi-imx.c:241:9: error: 'struct spi_imx_data' has no member named 'dynamic_burst'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: .config.gz
Description: application/gzip


[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux