Skip to content
Snippets Groups Projects
Commit f9b94055 authored by Dario Binacchi's avatar Dario Binacchi Committed by Anatolij Gustschin
Browse files

video: backlight: fix pwm data structure description


The description of the 'max_level' field was incorrectly assigned to the
'min_level' field.

Signed-off-by: default avatarDario Binacchi <dariobin@libero.it>
parent 01c9857f
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
* @cur_level: Current level for the backlight (index or value)
* @default_level: Default level for the backlight (index or value)
* @min_level: Minimum level of the backlight (full off)
* @min_level: Maximum level of the backlight (full on)
* @max_level: Maximum level of the backlight (full on)
* @enabled: true if backlight is enabled
*/
struct pwm_backlight_priv {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment