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
db891a76
Commit
db891a76
authored
Nov 25, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] region handling cleanup for de600
parent
35f66574
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
drivers/net/de600.c
drivers/net/de600.c
+4
-1
No files found.
drivers/net/de600.c
View file @
db891a76
...
...
@@ -444,7 +444,10 @@ int __init de600_probe(struct net_device *dev)
return
-
ENODEV
;
}
request_region
(
DE600_IO
,
3
,
"de600"
);
if
(
!
request_region
(
DE600_IO
,
3
,
"de600"
))
{
printk
(
KERN_WARNING
"DE600: port 0x%x busy
\n
"
,
DE600_IO
);
return
-
EBUSY
;
}
printk
(
", Ethernet Address: %02X"
,
dev
->
dev_addr
[
0
]);
for
(
i
=
1
;
i
<
ETH_ALEN
;
i
++
)
...
...
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