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
Kirill Smelkov
linux
Commits
0b1639fc
Commit
0b1639fc
authored
Oct 27, 2002
by
Alan Cox
Committed by
Linus Torvalds
Oct 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] fix up the smc9194 - the extra locks arent needed
parent
645870ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
drivers/net/smc9194.c
drivers/net/smc9194.c
+0
-9
No files found.
drivers/net/smc9194.c
View file @
0b1639fc
...
...
@@ -713,11 +713,6 @@ int __init smc_findirq( int ioaddr )
unsigned
long
cookie
;
/* I have to do a STI() here, because this is called from
a routine that does an CLI during this process, making it
rather difficult to get interrupts for auto detection */
sti
();
cookie
=
probe_irq_on
();
/*
...
...
@@ -766,10 +761,6 @@ int __init smc_findirq( int ioaddr )
/* and disable all interrupts again */
outb
(
0
,
ioaddr
+
INT_MASK
);
/* clear hardware interrupts again, because that's how it
was when I was called... */
cli
();
/* and return what I found */
return
probe_irq_off
(
cookie
);
}
...
...
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