lkml.org 
[lkml]   [2021]   [Jul]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] v4l2-flash-led-class.h: use typedef over enum
Date
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 <apark0006@student.cerritos.edu>
---
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
\
 
 \ /
  Last update: 2021-07-16 06:44    [W:0.017 / U:0.468 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site