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
095067da
Commit
095067da
authored
Jul 25, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: fix compiler warning in drivers/usb/serial/digi_acceleport.c
parent
47f16341
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/usb/serial/digi_acceleport.c
drivers/usb/serial/digi_acceleport.c
+2
-2
No files found.
drivers/usb/serial/digi_acceleport.c
View file @
095067da
...
@@ -1263,7 +1263,7 @@ static int digi_write( struct usb_serial_port *port, int from_user,
...
@@ -1263,7 +1263,7 @@ static int digi_write( struct usb_serial_port *port, int from_user,
unsigned
long
flags
=
0
;
unsigned
long
flags
=
0
;
dbg
(
"digi_write: TOP: port=%d, count=%d, from_user=%d, in_interrupt=%d"
,
dbg
(
"digi_write: TOP: port=%d, count=%d, from_user=%d, in_interrupt=%
l
d"
,
priv
->
dp_port_num
,
count
,
from_user
,
in_interrupt
()
);
priv
->
dp_port_num
,
count
,
from_user
,
in_interrupt
()
);
/* copy user data (which can sleep) before getting spin lock */
/* copy user data (which can sleep) before getting spin lock */
...
@@ -1744,7 +1744,7 @@ static void digi_shutdown( struct usb_serial *serial )
...
@@ -1744,7 +1744,7 @@ static void digi_shutdown( struct usb_serial *serial )
int
i
;
int
i
;
dbg
(
"digi_shutdown: TOP, in_interrupt()=%d"
,
in_interrupt
()
);
dbg
(
"digi_shutdown: TOP, in_interrupt()=%
l
d"
,
in_interrupt
()
);
/* stop reads and writes on all ports */
/* stop reads and writes on all ports */
for
(
i
=
0
;
i
<
serial
->
type
->
num_ports
+
1
;
i
++
)
{
for
(
i
=
0
;
i
<
serial
->
type
->
num_ports
+
1
;
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