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
5cd7cf61
Commit
5cd7cf61
authored
Sep 05, 2003
by
Jean Tourrilhes
Committed by
Linus Torvalds
Sep 05, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[irda] IrCOMM mod refcount
o [FEATURE] Finish removing traces of old module refcount stuff
parent
d742b6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
net/irda/ircomm/ircomm_tty.c
net/irda/ircomm/ircomm_tty.c
+0
-2
No files found.
net/irda/ircomm/ircomm_tty.c
View file @
5cd7cf61
...
...
@@ -441,7 +441,6 @@ static int ircomm_tty_open(struct tty_struct *tty, struct file *filp)
return
-
ERESTARTSYS
;
}
/* MOD_DEC_USE_COUNT; "info->tty" will cause this? */
#ifdef SERIAL_DO_RESTART
return
((
self
->
flags
&
ASYNC_HUP_NOTIFY
)
?
-
EAGAIN
:
-
ERESTARTSYS
);
...
...
@@ -469,7 +468,6 @@ static int ircomm_tty_open(struct tty_struct *tty, struct file *filp)
ret
=
ircomm_tty_block_til_ready
(
self
,
filp
);
if
(
ret
)
{
/* MOD_DEC_USE_COUNT; "info->tty" will cause this? */
IRDA_DEBUG
(
2
,
"%s(), returning after block_til_ready with %d
\n
"
,
__FUNCTION__
,
ret
);
...
...
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