]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: seq: oss: Use the standard fall-through annotation
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Oct 2018 17:59:41 +0000 (19:59 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 12 Oct 2018 07:31:29 +0000 (09:31 +0200)
commite8c92251a8351f9550a9e20a47364d0a20f28d95
treeac5d736a98e312f6750be51573e267add17f45cd
parent590b516e25636c696550b44b11fcfed42167adfd
ALSA: seq: oss: Use the standard fall-through annotation

As a preparatory patch for the upcoming -Wimplicit-fallthrough
compiler checks, replace with the standard "fall through" annotation.
Unfortunately gcc doesn't understand a chattier text.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/oss/seq_oss_timer.c