All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] alsabat: fix a missing break in switch
@ 2016-06-12 10:17 han.lu
  2016-06-12  6:41 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: han.lu @ 2016-06-12 10:17 UTC (permalink / raw)
  To: tiwai, liam.r.girdwood, alsa-devel; +Cc: Lu, Han

From: "Lu, Han" <han.lu@intel.com>

Add the break line for OPT_ROUNDUPLATENCY case.

Signed-off-by: Lu, Han <han.lu@intel.com>

diff --git a/bat/bat.c b/bat/bat.c
index 72ab8b2..8645770 100644
--- a/bat/bat.c
+++ b/bat/bat.c
@@ -420,6 +420,7 @@ static void parse_arguments(struct bat *bat, int argc, char *argv[])
 			break;
 		case OPT_ROUNDTRIPLATENCY:
 			bat->roundtriplatency = true;
+			break;
 		case OPT_SNRTHD_DB:
 			get_snr_thd_db(bat, optarg);
 			break;
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-12  6:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-12 10:17 [PATCH 1/1] alsabat: fix a missing break in switch han.lu
2016-06-12  6:41 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.