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
8f6cc47a
Commit
8f6cc47a
authored
Jun 19, 2004
by
Ralf Bächle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Cosmetic cleanups to sb1250-mac.c
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
85d6dcac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/net/sb1250-mac.c
drivers/net/sb1250-mac.c
+2
-2
No files found.
drivers/net/sb1250-mac.c
View file @
8f6cc47a
...
...
@@ -2900,15 +2900,15 @@ static void __exit
sbmac_cleanup_module
(
void
)
{
struct
net_device
*
dev
;
sbmac_port_t
port
;
int
idx
;
for
(
idx
=
0
;
idx
<
MAX_UNITS
;
idx
++
)
{
struct
sbmac_softc
*
sc
;
dev
=
dev_sbmac
[
idx
];
if
(
!
dev
)
continue
;
s
truct
sbmac_softc
*
s
c
=
netdev_priv
(
dev
);
sc
=
netdev_priv
(
dev
);
unregister_netdev
(
dev
);
sbmac_uninitctx
(
sc
);
free_netdev
(
dev
);
...
...
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