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
70c97e3b
Commit
70c97e3b
authored
Dec 05, 2014
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'regulator/fix/da9063' into regulator-linus
parents
009d0431
8ad365c9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
drivers/regulator/da9063-regulator.c
drivers/regulator/da9063-regulator.c
+8
-11
No files found.
drivers/regulator/da9063-regulator.c
View file @
70c97e3b
...
...
@@ -867,9 +867,7 @@ static int da9063_regulator_probe(struct platform_device *pdev)
return
irq
;
}
regulators
->
irq_ldo_lim
=
regmap_irq_get_virq
(
da9063
->
regmap_irq
,
irq
);
if
(
regulators
->
irq_ldo_lim
>=
0
)
{
ret
=
request_threaded_irq
(
regulators
->
irq_ldo_lim
,
ret
=
request_threaded_irq
(
irq
,
NULL
,
da9063_ldo_lim_event
,
IRQF_TRIGGER_LOW
|
IRQF_ONESHOT
,
"LDO_LIM"
,
regulators
);
...
...
@@ -878,7 +876,6 @@ static int da9063_regulator_probe(struct platform_device *pdev)
"Failed to request LDO_LIM IRQ.
\n
"
);
regulators
->
irq_ldo_lim
=
-
ENXIO
;
}
}
return
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