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
1246206f
Commit
1246206f
authored
Apr 21, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: fix cdc-acm warnings due to previous patch
parent
998835d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
drivers/usb/class/cdc-acm.c
drivers/usb/class/cdc-acm.c
+5
-3
No files found.
drivers/usb/class/cdc-acm.c
View file @
1246206f
...
...
@@ -573,9 +573,11 @@ static int acm_probe (struct usb_interface *intf,
struct
usb_device
*
dev
;
struct
acm
*
acm
;
struct
usb_host_config
*
cfacm
;
struct
usb_interface
*
data
;
struct
usb_host_interface
*
ifcom
,
*
ifdata
;
struct
usb_endpoint_descriptor
*
epctrl
,
*
epread
,
*
epwrite
;
struct
usb_interface
*
data
=
NULL
;
struct
usb_host_interface
*
ifcom
,
*
ifdata
=
NULL
;
struct
usb_endpoint_descriptor
*
epctrl
=
NULL
;
struct
usb_endpoint_descriptor
*
epread
=
NULL
;
struct
usb_endpoint_descriptor
*
epwrite
=
NULL
;
int
readsize
,
ctrlsize
,
minor
,
j
;
unsigned
char
*
buf
;
...
...
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