Re: linux-next: build warning after merge of the spi tree

2021-04-20 Thread Patrice CHOTARD
Hi Mark I will send a patch to fix this warning, sorry for that. Patrice. On 4/20/21 5:48 AM, Stephen Rothwell wrote: > Hi all, > > After merging the spi tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > In file included from include/linux/printk.h:409, >

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

2021-04-19 Thread Stephen Rothwell
Hi all, After merging the spi tree, today's linux-next build (x86_64 allmodconfig) produced this warning: In file included from include/linux/printk.h:409, from include/linux/kernel.h:16, from include/linux/clk.h:13, from drivers/spi/spi-stm32-qs

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

2021-04-05 Thread Stephen Rothwell
Hi all, After merging the spi tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/spi/spi-hisi-kunpeng.c: In function 'hisi_spi_transfer_one': drivers/spi/spi-hisi-kunpeng.c:361:9: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '

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

2021-01-10 Thread Stephen Rothwell
Hi all, After merging the spi tree, today's linux-next build (x86_64 allmodconfig) produced this warning: In file included from include/linux/kernel.h:14, from include/linux/clk.h:13, from drivers/spi/spi-cadence-quadspi.c:9: drivers/spi/spi-cadence-quadspi.c: In

RE: linux-next: build warning after merge of the spi tree

2021-01-04 Thread Ardelean, Alexandru
> -Original Message- > From: Stephen Rothwell > Sent: Monday, January 4, 2021 2:07 AM > To: Mark Brown > Cc: Ardelean, Alexandru ; Andy Shevchenko > ; Linux Kernel Mailing List ker...@vger.kernel.org>; Linux Next Mailing List > Subject: linux-next: build wa

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

2021-01-03 Thread Stephen Rothwell
Hi all, After merging the spi tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: In file included from include/linux/device.h:15, from include/linux/dmaengine.h:8, from drivers/spi/spi-stm32.c:11: drivers/spi/spi-stm32.c: In function '

Re: Re: linux-next: build warning after merge of the spi tree

2020-07-09 Thread Mark Brown
On Thu, Jul 09, 2020 at 03:50:47PM +0800, Peng Fan wrote: > Hi, Browm, Stephen > Firstly, feel sorry for the problem introduced by me. I think I must > modify my bad,but should I send another patch to delete the label "out_free" > or > re-send patch of v2(which maybe need to go back)? >

Re: Re: linux-next: build warning after merge of the spi tree

2020-07-09 Thread Peng Fan
Hi, Browm, Stephen Firstly, feel sorry for the problem introduced by me. I think I must modify my bad,but should I send another patch to delete the label "out_free" or re-send patch of v2(which maybe need to go back)? Could you give me some advices? Sorry again. Thanks "Peng Fan"

Re: linux-next: build warning after merge of the spi tree

2020-07-08 Thread Peng Fan
Very sorry for that, I will re-send v2 later. "Stephen Rothwell" wrote: > Hi all, > > After merging the spi tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/spi/spi-atmel.c: In function 'atmel_spi_probe': > drivers/spi/spi-atmel.

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

2020-07-08 Thread Stephen Rothwell
Hi all, After merging the spi tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/spi/spi-atmel.c: In function 'atmel_spi_probe': drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label] 1680 | out_free: | ^~~~

Re: linux-next: build warning after merge of the spi tree

2020-04-28 Thread Mark Brown
On Tue, Apr 28, 2020 at 10:31:56AM +0530, Sanjay R Mehta wrote: > Hi Stephen, > > I have just sent a fixup patch for this. Could it still reach 5.8? Yes, it'll be fine - thanks for sending the fix. Please don't top post, reply in line with needed context. This allows readers to readily follow t

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

2019-04-28 Thread Stephen Rothwell
Hi Mark, After merging the spi tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/spi/spi-ep93xx.c: In function 'ep93xx_spi_probe': drivers/spi/spi-ep93xx.c:654:6: warning: unused variable 'i' [-Wunused-variable] int i; ^ Introduced by commit 06a391b16

RE: linux-next: build warning after merge of the spi tree

2019-01-29 Thread Yogesh Narayan Gaur
Frieder Schrempf ; Boris Brezillon > > Subject: Re: linux-next: build warning after merge of the spi tree > > Hi Yogesh, > > On Tue, 29 Jan 2019 06:57:51 + Yogesh Narayan Gaur > wrote: > > > > > WARNING: modpost: missing MODULE_LICENSE() in > >

Re: linux-next: build warning after merge of the spi tree

2019-01-29 Thread Stephen Rothwell
Hi Yogesh, On Tue, 29 Jan 2019 06:57:51 + Yogesh Narayan Gaur wrote: > > > WARNING: modpost: missing MODULE_LICENSE() in drivers/spi/spi-nxp-fspi.o > > see include/linux/module.h for more information > > > Can someone help in pointing out that why above warning message is coming for > me

Re: linux-next: build warning after merge of the spi tree

2019-01-28 Thread Schrempf Frieder
> Mailing >> List ; Yogesh Narayan Gaur >> ; Frieder Schrempf >> ; Boris Brezillon ; >> Ashish Kumar >> Subject: linux-next: build warning after merge of the spi tree >> >> Hi all, >> >> After merging the spi tree, today's linux-next build (KC

RE: linux-next: build warning after merge of the spi tree

2019-01-28 Thread Yogesh Narayan Gaur
ezillon ; > Ashish Kumar > Subject: linux-next: build warning after merge of the spi tree > > Hi all, > > After merging the spi tree, today's linux-next build (KCONFIG_NAME) produced > this warning: > > WARNING: modpost: missing MODULE_LICENSE() in drivers/spi/spi-nxp-

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

2019-01-28 Thread Stephen Rothwell
Hi all, After merging the spi tree, today's linux-next build (KCONFIG_NAME) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in drivers/spi/spi-nxp-fspi.o see include/linux/module.h for more information Introduced by commit a5356aef6a90 ("spi: spi-mem: Add driver for NXP Flex

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

2019-01-09 Thread Stephen Rothwell
Hi Mark, After merging the spi tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/spi/spi-dw.c: In function 'dw_spi_setup': drivers/spi/spi-dw.c:400:6: warning: unused variable 'ret' [-Wunused-variable] int ret; ^~~ Introduced by commit 9400c41e77b8 ("

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

2019-01-09 Thread Stephen Rothwell
Hi Mark, After merging the spi tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/spi/spi-davinci.c: In function 'davinci_spi_setup': drivers/spi/spi-davinci.c:426:21: warning: unused variable 'master' [-Wunused-variable] struct spi_master *master = spi->mas

Re: linux-next: build warning after merge of the spi tree

2018-11-15 Thread Mark Brown
On Thu, Nov 15, 2018 at 05:56:19PM +0200, Tomer Maimon wrote: > Hi Mark and Stephen, > > I saw the warning from the kbuilt, in this matter the ioread() function > will call every time (and the val parameter will used) because rsize can be > 1 or 2. > > rsize = min(bytes_per_word(priv->bits_per_wo

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

2018-11-13 Thread Stephen Rothwell
Hi Mark, After merging the spi tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/spi/spi-npcm-pspi.c: In function 'npcm_pspi_recv': drivers/spi/spi-npcm-pspi.c:226:17: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] *priv->rx

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

2018-08-02 Thread Stephen Rothwell
Hi Mark, After merging the spi tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/spi/spi-mem.c: In function 'spi_mem_probe': drivers/spi/spi-mem.c:375:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] mem-

Re: linux-next: build warning after merge of the spi tree

2017-03-26 Thread Vignesh R
On Monday 27 March 2017 08:11 AM, Stephen Rothwell wrote: > 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 variabl

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

2017-03-26 Thread Stephen Rothwell
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->devi