Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
f5164b88
Commit
f5164b88
authored
9 years ago
by
Mark Brown
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-next
parents
aaa9b649
a70f0d02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/regulator/tps6586x-regulator.c
drivers/regulator/tps6586x-regulator.c
+2
-2
No files found.
drivers/regulator/tps6586x-regulator.c
View file @
f5164b88
...
...
@@ -422,12 +422,12 @@ static struct tps6586x_platform_data *tps6586x_parse_regulator_dt(
return
NULL
;
for
(
i
=
0
;
i
<
num
;
i
++
)
{
int
id
;
u
int
ptr_t
id
;
if
(
!
tps6586x_matches
[
i
].
init_data
)
continue
;
pdata
->
reg_init_data
[
i
]
=
tps6586x_matches
[
i
].
init_data
;
id
=
(
int
)
tps6586x_matches
[
i
].
driver_data
;
id
=
(
u
int
ptr_t
)
tps6586x_matches
[
i
].
driver_data
;
if
(
id
==
TPS6586X_ID_SYS
)
sys_rail
=
pdata
->
reg_init_data
[
i
]
->
constraints
.
name
;
...
...
This diff is collapsed.
Click to expand it.
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