Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
19adc6ba
Commit
19adc6ba
authored
Sep 21, 2007
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Pull now into release branch
parents
335fb8fc
7f10cc4e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
drivers/acpi/video.c
drivers/acpi/video.c
+1
-2
No files found.
drivers/acpi/video.c
View file @
19adc6ba
...
...
@@ -417,7 +417,6 @@ acpi_video_device_lcd_set_level(struct acpi_video_device *device, int level)
arg0
.
integer
.
value
=
level
;
status
=
acpi_evaluate_object
(
device
->
dev
->
handle
,
"_BCM"
,
&
args
,
NULL
);
printk
(
KERN_DEBUG
"set_level status: %x
\n
"
,
status
);
return
status
;
}
...
...
@@ -1754,7 +1753,7 @@ static int acpi_video_bus_put_devices(struct acpi_video_bus *video)
static
int
acpi_video_bus_start_devices
(
struct
acpi_video_bus
*
video
)
{
return
acpi_video_bus_DOS
(
video
,
1
,
0
);
return
acpi_video_bus_DOS
(
video
,
0
,
0
);
}
static
int
acpi_video_bus_stop_devices
(
struct
acpi_video_bus
*
video
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment