Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Detlev Casanova
linux
Commits
04cfa852
Commit
04cfa852
authored
Feb 22, 2011
by
David S. Miller
Browse files
Options
Downloads
Plain Diff
Merge branch 'fec' of
git://git.pengutronix.de/git/ukl/linux-2.6
parents
dc19e4e5
9721dbb3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/net/fec.c
+0
-2
0 additions, 2 deletions
drivers/net/fec.c
with
0 additions
and
2 deletions
drivers/net/fec.c
+
0
−
2
View file @
04cfa852
...
@@ -983,8 +983,6 @@ static int fec_enet_mii_init(struct platform_device *pdev)
...
@@ -983,8 +983,6 @@ static int fec_enet_mii_init(struct platform_device *pdev)
for
(
i
=
0
;
i
<
PHY_MAX_ADDR
;
i
++
)
for
(
i
=
0
;
i
<
PHY_MAX_ADDR
;
i
++
)
fep
->
mii_bus
->
irq
[
i
]
=
PHY_POLL
;
fep
->
mii_bus
->
irq
[
i
]
=
PHY_POLL
;
platform_set_drvdata
(
ndev
,
fep
->
mii_bus
);
if
(
mdiobus_register
(
fep
->
mii_bus
))
if
(
mdiobus_register
(
fep
->
mii_bus
))
goto
err_out_free_mdio_irq
;
goto
err_out_free_mdio_irq
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment