diff options
| -rw-r--r-- | drivers/acpi/video_detect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index 84875fd4c74f..f0447d3daf2c 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c | |||
| @@ -50,7 +50,7 @@ static bool acpi_video_caps_checked; | |||
| 50 | 50 | ||
| 51 | static acpi_status | 51 | static acpi_status |
| 52 | acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context, | 52 | acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context, |
| 53 | void **retyurn_value) | 53 | void **return_value) |
| 54 | { | 54 | { |
| 55 | long *cap = context; | 55 | long *cap = context; |
| 56 | 56 | ||
