DORMANTno replies

[PATCH] v4l2-flash-led-class.h: use typedef over enum

From: Amy Parker <hidden>
Date: 2021-07-16 04:44:09
Also in: lkml
Subsystem: media input infrastructure (v4l/dvb), the rest · Maintainers: Mauro Carvalho Chehab, Linus Torvalds

Depends on: https://marc.info/?l=linux-kernel&m=162638395216296

When the above mentioned patch set was generated, it accidentally
changed another reference point of led_brightness in
include/media/v4l2-flash-led-class. This patch corrects this,
convering the enum to a u8.

Signed-off-by: Amy Parker <redacted>
---
 include/media/v4l2-flash-led-class.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/media/v4l2-flash-led-class.h b/include/media/v4l2-flash-led-class.h
index 1705064b278a..d6e589851979 100644
--- a/include/media/v4l2-flash-led-class.h
+++ b/include/media/v4l2-flash-led-class.h
@@ -15,7 +15,7 @@
 struct led_classdev_flash;
 struct led_classdev;
 struct v4l2_flash;
-led_brightness;
+typedef u8 led_brightness;
 
 /**
  * struct v4l2_flash_ctrl_data - flash control initialization data, filled
-- 
2.31.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help