All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the spi tree
@ 2020-07-09  4:10 Stephen Rothwell
  2020-07-09  5:29 ` Peng Fan
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2020-07-09  4:10 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux Next Mailing List, Linux Kernel Mailing List, Peng Fan

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

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:
      | ^~~~~~~~

Introduced by commit

  2d9a744685bc ("spi: atmel: No need to call spi_master_put() if spi_alloc_master() failed")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: build warning after merge of the spi tree
  2020-07-09  4:10 linux-next: build warning after merge of the spi tree Stephen Rothwell
@ 2020-07-09  5:29 ` Peng Fan
  2020-07-09  7:50   ` Peng Fan
  0 siblings, 1 reply; 4+ messages in thread
From: Peng Fan @ 2020-07-09  5:29 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Mark Brown, Linux Next Mailing List, Linux Kernel Mailing List

Very sorry for that, I will re-send v2 later.

"Stephen Rothwell" <sfr@canb.auug.org.au>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.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
>  1680 | out_free:
>       | ^~~~~~~~
> 
> Introduced by commit
> 
>   2d9a744685bc ("spi: atmel: No need to call spi_master_put() if spi_alloc_master() failed")
> 
> -- 
> Cheers,
> Stephen Rothwell

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: linux-next: build warning after merge of the spi tree
  2020-07-09  5:29 ` Peng Fan
@ 2020-07-09  7:50   ` Peng Fan
  2020-07-09 10:39     ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Peng Fan @ 2020-07-09  7:50 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Mark Brown, Linux Next Mailing List, Linux Kernel Mailing List

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" <fanpeng@loongson.cn>wrote:
> Very sorry for that, I will re-send v2 later.
> 
> "Stephen Rothwell" <sfr@canb.auug.org.au>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.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
> >  1680 | out_free:
> >       | ^~~~~~~~
> > 
> > Introduced by commit
> > 
> >   2d9a744685bc ("spi: atmel: No need to call spi_master_put() if spi_alloc_master() failed")
> > 
> > -- 
> > Cheers,
> > Stephen Rothwell

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: linux-next: build warning after merge of the spi tree
  2020-07-09  7:50   ` Peng Fan
@ 2020-07-09 10:39     ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2020-07-09 10:39 UTC (permalink / raw)
  To: Peng Fan
  Cc: Stephen Rothwell, Linux Next Mailing List, Linux Kernel Mailing List

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

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)?
>     Could you give me some advices? Sorry again.

You should send a patch on top of what's already applied but actually
Colin Ian King sent a patch for this already which I can use so no need
to do anything, thanks for staying on top of of this though.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-09 10:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  4:10 linux-next: build warning after merge of the spi tree Stephen Rothwell
2020-07-09  5:29 ` Peng Fan
2020-07-09  7:50   ` Peng Fan
2020-07-09 10:39     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.