OSDN Git Service

alsabat: fix a missing break in switch
authorLu, Han <han.lu@intel.com>
Sun, 12 Jun 2016 10:17:00 +0000 (18:17 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sun, 12 Jun 2016 06:41:07 +0000 (08:41 +0200)
Add the break line for OPT_ROUNDUPLATENCY case.

Signed-off-by: Lu, Han <han.lu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
bat/bat.c

index 72ab8b2..8645770 100644 (file)
--- 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;