Fixed using dummy switch without default statement 46/220946/1
authorAndrey Kazmin <a.kazmin@partner.samsung.com>
Mon, 16 Dec 2019 11:05:32 +0000 (14:05 +0300)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 26 Dec 2019 03:51:36 +0000 (12:51 +0900)
Change-Id: I83dba3f6ab98fd27e48c10f2783d5b7297323195
Signed-off-by: Andrey Kazmin <a.kazmin@partner.samsung.com>
drivers/maru/tv/maru_hdmiswitch.c

index 45f50bd..934715b 100644 (file)
@@ -345,7 +345,7 @@ static int vidioc_s_ext_ctrls(struct file *file, void *priv,
                ctrl = ctrls->controls;
                switch (ctrl->id) {
                        /* FIXME : dummy */
-                       maru_hdmiswitch_dbg(5, "set controls id : %d\n", ctrl->id);
+                       default: maru_hdmiswitch_dbg(5, "set controls id : %d\n", ctrl->id);
                }
        }