Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
ipipe-arm64
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xenomai
ipipe-arm64
Commits
1433d090
Commit
1433d090
authored
Jan 29, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'regulator/fix/tps80031' into tmp
parents
3c3a6aae
d4cbca9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/regulator/tps80031-regulator.c
drivers/regulator/tps80031-regulator.c
+1
-1
No files found.
drivers/regulator/tps80031-regulator.c
View file @
1433d090
...
...
@@ -728,7 +728,7 @@ static int tps80031_regulator_probe(struct platform_device *pdev)
}
}
rdev
=
regulator_register
(
&
ri
->
rinfo
->
desc
,
&
config
);
if
(
IS_ERR
_OR_NULL
(
rdev
))
{
if
(
IS_ERR
(
rdev
))
{
dev_err
(
&
pdev
->
dev
,
"register regulator failed %s
\n
"
,
ri
->
rinfo
->
desc
.
name
);
...
...
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