All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] mark expected switch fall-throughs
@ 2017-11-08 20:03 Gustavo A. R. Silva
  2017-11-08 20:04 ` [PATCH 1/7] ASoC: msm8916-wcd-analog: mark expected switch fall-through Gustavo A. R. Silva
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Gustavo A. R. Silva @ 2017-11-08 20:03 UTC (permalink / raw)
  To: alsa-devel, linux-kernel, patches
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Gustavo A. R. Silva

In preparation to enabling -Wimplicit-fallthrough, this patchset aims
to mark switch cases where we are expecting to fall through.

Thanks!

Gustavo A. R. Silva (7):
  ASoC: msm8916-wcd-analog: mark expected switch fall-through
  ASoC: tlv320aic23: mark expected switch fall-through
  ASoC: tlv320dac31xx: mark expected switch fall-through
  ASoC: tpa6130a2: mark expected switch fall-through
  ASoC: wm8753: mark expected switch fall-throughs
  ASoC: wm8993: mark expected switch fall-throughs
  ASoC: wm8994: mark expected switch fall-throughs

 sound/soc/codecs/msm8916-wcd-analog.c | 1 +
 sound/soc/codecs/tlv320aic23.c        | 1 +
 sound/soc/codecs/tlv320aic31xx.c      | 2 +-
 sound/soc/codecs/tpa6130a2.c          | 1 +
 sound/soc/codecs/wm8753.c             | 4 ++--
 sound/soc/codecs/wm8993.c             | 2 ++
 sound/soc/codecs/wm8994.c             | 2 ++
 7 files changed, 10 insertions(+), 3 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-11-23  6:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08 20:03 [PATCH 0/7] mark expected switch fall-throughs Gustavo A. R. Silva
2017-11-08 20:04 ` [PATCH 1/7] ASoC: msm8916-wcd-analog: mark expected switch fall-through Gustavo A. R. Silva
2017-11-08 21:31   ` Applied "ASoC: msm8916-wcd-analog: mark expected switch fall-through" to the asoc tree Mark Brown
2017-11-08 20:04 ` [PATCH 2/7] ASoC: tlv320aic23: mark expected switch fall-through Gustavo A. R. Silva
2017-11-08 21:31   ` Applied "ASoC: tlv320aic23: mark expected switch fall-through" to the asoc tree Mark Brown
2017-11-08 20:04 ` [PATCH 3/7] ASoC: tlv320dac31xx: mark expected switch fall-through Gustavo A. R. Silva
2017-11-08 21:31   ` Applied "ASoC: tlv320dac31xx: mark expected switch fall-through" to the asoc tree Mark Brown
2017-11-08 20:04 ` [PATCH 4/7] ASoC: tpa6130a2: mark expected switch fall-through Gustavo A. R. Silva
2017-11-08 21:31   ` Applied "ASoC: tpa6130a2: mark expected switch fall-through" to the asoc tree Mark Brown
2017-11-08 20:04 ` [PATCH 5/7] ASoC: wm8753: mark expected switch fall-throughs Gustavo A. R. Silva
2017-11-08 20:04   ` Gustavo A. R. Silva
2017-11-08 21:31   ` Applied "ASoC: wm8753: mark expected switch fall-throughs" to the asoc tree Mark Brown
2017-11-08 20:04 ` [PATCH 6/7] ASoC: wm8993: mark expected switch fall-throughs Gustavo A. R. Silva
2017-11-08 21:31   ` Applied "ASoC: wm8993: mark expected switch fall-throughs" to the asoc tree Mark Brown
2017-11-08 20:04 ` [PATCH 7/7] ASoC: wm8994: mark expected switch fall-throughs Gustavo A. R. Silva
2017-11-08 21:31   ` Applied "ASoC: wm8994: mark expected switch fall-throughs" to the asoc tree Mark Brown
2017-11-23  6:41   ` [PATCH 7/7] ASoC: wm8994: mark expected switch fall-throughs Charles Keepax
2017-11-23  6:41     ` Charles Keepax

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.