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
fbf6630d
Commit
fbf6630d
authored
Apr 28, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'regulator/topic/rc5t583' into v3.9-rc8
parents
ae5f5203
bcffe53f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
drivers/regulator/rc5t583-regulator.c
drivers/regulator/rc5t583-regulator.c
+0
-6
No files found.
drivers/regulator/rc5t583-regulator.c
View file @
fbf6630d
...
...
@@ -49,10 +49,6 @@ struct rc5t583_regulator_info {
struct
rc5t583_regulator
{
struct
rc5t583_regulator_info
*
reg_info
;
/* Devices */
struct
device
*
dev
;
struct
rc5t583
*
mfd
;
struct
regulator_dev
*
rdev
;
};
...
...
@@ -155,8 +151,6 @@ static int rc5t583_regulator_probe(struct platform_device *pdev)
reg
=
&
regs
[
id
];
ri
=
&
rc5t583_reg_info
[
id
];
reg
->
reg_info
=
ri
;
reg
->
mfd
=
rc5t583
;
reg
->
dev
=
&
pdev
->
dev
;
if
(
ri
->
deepsleep_id
==
RC5T583_DS_NONE
)
goto
skip_ext_pwr_config
;
...
...
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