Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d54bb9f0 authored by Hans-Christian Egtvedt's avatar Hans-Christian Egtvedt Committed by Takashi Iwai
Browse files

ALSA: snd-atmel-ac97c: remove dead break statements after return in switch case

parent 8321fc01
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -312,7 +312,6 @@ static int atmel_ac97c_playback_prepare(struct snd_pcm_substream *substream)
	default:
		/* TODO: support more than two channels */
		return -EINVAL;
		break;
	}
	ac97c_writel(chip, OCA, word);

@@ -374,7 +373,6 @@ static int atmel_ac97c_capture_prepare(struct snd_pcm_substream *substream)
	default:
		/* TODO: support more than two channels */
		return -EINVAL;
		break;
	}
	ac97c_writel(chip, ICA, word);