From 01ac8a7335caa4883407f493d27e3e3cfa67e80c Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Mon, 22 Jun 2020 12:50:51 +0900 Subject: [PATCH] Remove comment of bezel It is possible to exist both HW/SW bezel function. Change-Id: I23b7c5c6db71115658092309ef808efe8e0dbe64 Signed-off-by: Youngjae Cho --- hw/bezel.h | 4 +--- 1 file changed, 1 insertion(+), 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); -- 2.7.4