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
nexedi
linux
Commits
521e2e03
Commit
521e2e03
authored
Mar 05, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'regulator/fix/db8500' into tmp
parents
5fb910d3
4ceb73ae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/regulator/db8500-prcmu.c
drivers/regulator/db8500-prcmu.c
+2
-2
No files found.
drivers/regulator/db8500-prcmu.c
View file @
521e2e03
...
@@ -528,7 +528,7 @@ static int db8500_regulator_probe(struct platform_device *pdev)
...
@@ -528,7 +528,7 @@ static int db8500_regulator_probe(struct platform_device *pdev)
return
0
;
return
0
;
}
}
static
int
__exit
db8500_regulator_remove
(
struct
platform_device
*
pdev
)
static
int
db8500_regulator_remove
(
struct
platform_device
*
pdev
)
{
{
int
i
;
int
i
;
...
@@ -553,7 +553,7 @@ static struct platform_driver db8500_regulator_driver = {
...
@@ -553,7 +553,7 @@ static struct platform_driver db8500_regulator_driver = {
.
owner
=
THIS_MODULE
,
.
owner
=
THIS_MODULE
,
},
},
.
probe
=
db8500_regulator_probe
,
.
probe
=
db8500_regulator_probe
,
.
remove
=
__exit_p
(
db8500_regulator_remove
)
,
.
remove
=
db8500_regulator_remove
,
};
};
static
int
__init
db8500_regulator_init
(
void
)
static
int
__init
db8500_regulator_init
(
void
)
...
...
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