From: Takashi Iwai Date: Mon, 28 Oct 2013 10:42:56 +0000 (+0100) Subject: ALSA: hda - Add a fallthru comment X-Git-Tag: v3.13-rc1~122^2~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57d8ff617f871eee11bb2f648505592c2e859d0f;p=thirdparty%2Fkernel%2Flinux.git ALSA: hda - Add a fallthru comment ... to improve the readability. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_beep.c b/sound/pci/hda/hda_beep.c index 20d065a172269..98bce9830be0d 100644 --- a/sound/pci/hda/hda_beep.c +++ b/sound/pci/hda/hda_beep.c @@ -110,6 +110,7 @@ static int snd_hda_beep_event(struct input_dev *dev, unsigned int type, case SND_BELL: if (hz) hz = 1000; + /* fallthru */ case SND_TONE: if (beep->linear_tone) beep->tone = beep_linear_tone(beep, hz);