mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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: Dario Binacchi <dariobin@libero.it>
This commit is contained in:
parent
01c9857fa8
commit
f9b94055bd
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue