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
687e5f29
Commit
687e5f29
authored
Sep 30, 2003
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IRDA]: Use unregister_netdev instead of explicit reference to rtnl_lock.
parent
4d248241
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
drivers/net/irda/smsc-ircc2.c
drivers/net/irda/smsc-ircc2.c
+2
-5
No files found.
drivers/net/irda/smsc-ircc2.c
View file @
687e5f29
...
@@ -1745,11 +1745,8 @@ static int __exit smsc_ircc_close(struct smsc_ircc_cb *self)
...
@@ -1745,11 +1745,8 @@ static int __exit smsc_ircc_close(struct smsc_ircc_cb *self)
pm_unregister
(
self
->
pmdev
);
pm_unregister
(
self
->
pmdev
);
/* Remove netdevice */
/* Remove netdevice */
if
(
self
->
netdev
)
{
if
(
self
->
netdev
)
rtnl_lock
();
unregister_netdev
(
self
->
netdev
);
unregister_netdevice
(
self
->
netdev
);
rtnl_unlock
();
}
/* Make sure the irq handler is not exectuting */
/* Make sure the irq handler is not exectuting */
spin_lock_irqsave
(
&
self
->
lock
,
flags
);
spin_lock_irqsave
(
&
self
->
lock
,
flags
);
...
...
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