]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: opti92xx-ad1848: Use the standard fall-through annotation
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Oct 2018 18:02:06 +0000 (20:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 12 Oct 2018 07:31:32 +0000 (09:31 +0200)
commit74ce5a46bb7b0298dc0be11bae944fca5d1f18a7
tree32994008f78a705c370dc22d4fa8ce88705c9abb
parente8c92251a8351f9550a9e20a47364d0a20f28d95
ALSA: opti92xx-ad1848: Use the standard fall-through annotation

As a preparatory patch for the upcoming -Wimplicit-fallthrough
compiler checks, replace with the standard "fall through" annotation
at the right places.  They have to be put right before the next
labels.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/opti9xx/opti92x-ad1848.c