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
b2451e43
Commit
b2451e43
authored
Oct 29, 2007
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Pull fujitsu into release branch
parents
14f7d720
b023b43a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
drivers/misc/fujitsu-laptop.c
drivers/misc/fujitsu-laptop.c
+2
-5
No files found.
drivers/misc/fujitsu-laptop.c
View file @
b2451e43
...
...
@@ -122,9 +122,6 @@ static int get_lcd_level(void)
else
fujitsu
->
brightness_changed
=
0
;
if
(
status
<
0
)
return
status
;
return
fujitsu
->
brightness_level
;
}
...
...
@@ -198,7 +195,7 @@ static struct platform_driver fujitsupf_driver = {
/* ACPI device */
int
acpi_fujitsu_add
(
struct
acpi_device
*
device
)
static
int
acpi_fujitsu_add
(
struct
acpi_device
*
device
)
{
int
result
=
0
;
int
state
=
0
;
...
...
@@ -229,7 +226,7 @@ int acpi_fujitsu_add(struct acpi_device *device)
return
result
;
}
int
acpi_fujitsu_remove
(
struct
acpi_device
*
device
,
int
type
)
static
int
acpi_fujitsu_remove
(
struct
acpi_device
*
device
,
int
type
)
{
ACPI_FUNCTION_TRACE
(
"acpi_fujitsu_remove"
);
...
...
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