mbox series

[0/4] ALSA: Mark expected switch fall-throughs

Message ID cover.1533242152.git.gustavo@embeddedor.com (mailing list archive)
Headers show
Series ALSA: Mark expected switch fall-throughs | expand

Message

Gustavo A. R. Silva Aug. 2, 2018, 8:40 p.m. UTC
Hi all,

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

Thanks

Gustavo A. R. Silva (4):
  ALSA: galaxy: Mark expected switch fall-through
  ALSA: opti92x: mark expected switch fall-through
  ALSA: opti9xx: mark expected switch fall-through
  ALSA: es18xx: mark expected switch fall-through

 sound/isa/es18xx.c                 | 1 +
 sound/isa/galaxy/galaxy.c          | 3 +++
 sound/isa/opti9xx/miro.c           | 5 +++++
 sound/isa/opti9xx/opti92x-ad1848.c | 3 +++
 4 files changed, 12 insertions(+)

Comments

Takashi Iwai Aug. 3, 2018, 10:21 a.m. UTC | #1
On Thu, 02 Aug 2018 22:40:08 +0200,
Gustavo A. R. Silva wrote:
> 
> Hi all,
> 
> In preparation to enabling -Wimplicit-fallthrough, this patchset aims
> to add some annotations in order to mark switch cases where we are
> expecting to fall through.
> 
> Thanks
> 
> Gustavo A. R. Silva (4):
>   ALSA: galaxy: Mark expected switch fall-through
>   ALSA: opti92x: mark expected switch fall-through
>   ALSA: opti9xx: mark expected switch fall-through
>   ALSA: es18xx: mark expected switch fall-through

Applied all four patches now.  Thanks.


Takashi