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
08f09c63
Commit
08f09c63
authored
Oct 24, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'regulator/topic/max8997' into regulator-next
parents
4e31566d
c4e3b144
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
drivers/regulator/max8997.c
drivers/regulator/max8997.c
+3
-2
No files found.
drivers/regulator/max8997.c
View file @
08f09c63
...
...
@@ -690,8 +690,9 @@ static int max8997_set_voltage_buck(struct regulator_dev *rdev,
if
(
max8997
->
ignore_gpiodvs_side_effect
==
false
)
return
-
EINVAL
;
dev_warn
(
&
rdev
->
dev
,
"MAX8997 GPIO-DVS Side Effect Warning: GPIO SET:"
" %d -> %d
\n
"
,
max8997
->
buck125_gpioindex
,
tmp_idx
);
dev_warn
(
&
rdev
->
dev
,
"MAX8997 GPIO-DVS Side Effect Warning: GPIO SET: %d -> %d
\n
"
,
max8997
->
buck125_gpioindex
,
tmp_idx
);
out:
if
(
new_idx
<
0
||
new_val
<
0
)
...
...
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