projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6cb3a3
)
Fixed using dummy switch without default statement
46/220946/1
author
Andrey Kazmin
<a.kazmin@partner.samsung.com>
Mon, 16 Dec 2019 11:05:32 +0000
(14:05 +0300)
committer
Dongkyun 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
patch
|
blob
|
history
diff --git
a/drivers/maru/tv/maru_hdmiswitch.c
b/drivers/maru/tv/maru_hdmiswitch.c
index 45f50bd00d3d3f0c8bf2644b26a2c547249ab2ef..934715bc6c44cd0c5167deffefce5ec90f0f3cf7 100644
(file)
--- a/
drivers/maru/tv/maru_hdmiswitch.c
+++ b/
drivers/maru/tv/maru_hdmiswitch.c
@@
-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);
}
}