summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Cho <y0.cho@samsung.com>2020-06-22 12:50:51 +0900
committerYoungjae Cho <y0.cho@samsung.com>2020-06-22 12:50:51 +0900
commit01ac8a7335caa4883407f493d27e3e3cfa67e80c (patch)
treea28d0d7ac617e2424e10008bc2f4519eb073841e
parent8b9fefa4aa8c23c1f7e2feaa118e695b0abee727 (diff)
downloadlibdevice-node-01ac8a7335caa4883407f493d27e3e3cfa67e80c.tar.gz
libdevice-node-01ac8a7335caa4883407f493d27e3e3cfa67e80c.tar.bz2
libdevice-node-01ac8a7335caa4883407f493d27e3e3cfa67e80c.zip
Remove comment of bezel
It is possible to exist both HW/SW bezel function. Change-Id: I23b7c5c6db71115658092309ef808efe8e0dbe64 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
-rw-r--r--hw/bezel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/bezel.h b/hw/bezel.h
index 93a2ba6..4be3bb9 100644
--- a/hw/bezel.h
+++ b/hw/bezel.h
@@ -37,9 +37,7 @@ enum bezel_state {
struct bezel_device {
struct hw_common common;
- /* Control hardware bezel or software bezel.
- * They are mutually exclusive. If a pair of get/set function exists,
- * the other pair must not. */
+ /* Control hardware bezel or software bezel. */
/* Control hardware bezel state */
int (*get_state)(enum bezel_state *state);