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
6f3a283c
Commit
6f3a283c
authored
Mar 26, 2021
by
Rafael J. Wysocki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pm-em'
* pm-em: PM: EM: postpone creating the debugfs dir till fs_initcall
parents
5244f5e2
fb9d62b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kernel/power/energy_model.c
kernel/power/energy_model.c
+1
-1
No files found.
kernel/power/energy_model.c
View file @
6f3a283c
...
...
@@ -98,7 +98,7 @@ static int __init em_debug_init(void)
return
0
;
}
core
_initcall
(
em_debug_init
);
fs
_initcall
(
em_debug_init
);
#else
/* CONFIG_DEBUG_FS */
static
void
em_debug_create_pd
(
struct
device
*
dev
)
{}
static
void
em_debug_remove_pd
(
struct
device
*
dev
)
{}
...
...
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