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
d4ab1ca0
Commit
d4ab1ca0
authored
Sep 14, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: fix up some minor sparse warnings in the uhci driver.
Signed-off-by:
Greg Kroah-Hartman
<
greg@kroah.com
>
parent
2d31f964
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
drivers/usb/host/uhci-hcd.h
drivers/usb/host/uhci-hcd.h
+6
-6
No files found.
drivers/usb/host/uhci-hcd.h
View file @
d4ab1ca0
...
...
@@ -391,12 +391,12 @@ struct urb_priv {
struct
uhci_qh
*
qh
;
/* QH for this URB */
struct
list_head
td_list
;
/* P: urb->lock */
int
fsbr
:
1
;
/* URB turned on FSBR */
int
fsbr_timeout
:
1
;
/* URB timed out on FSBR */
int
queued
:
1
;
/* QH was queued (not linked in) */
int
short_control_packet
:
1
;
/* If we get a short packet during */
/* a control transfer, retrigger */
/* the status phase */
unsigned
fsbr
:
1
;
/* URB turned on FSBR */
unsigned
fsbr_timeout
:
1
;
/* URB timed out on FSBR */
unsigned
queued
:
1
;
/* QH was queued (not linked in) */
unsigned
short_control_packet
:
1
;
/* If we get a short packet during */
/* a control transfer, retrigger */
/* the status phase */
unsigned
long
inserttime
;
/* In jiffies */
unsigned
long
fsbrtime
;
/* In jiffies */
...
...
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