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
cd83bdb4
Commit
cd83bdb4
authored
Jun 06, 2003
by
Oliver Neukum
Committed by
Linus Torvalds
Jun 06, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: kill a compiler warning in hpusbscsi
- kill useless variable
parent
c59d7ae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/usb/image/hpusbscsi.c
drivers/usb/image/hpusbscsi.c
+1
-1
No files found.
drivers/usb/image/hpusbscsi.c
View file @
cd83bdb4
...
...
@@ -45,7 +45,7 @@ hpusbscsi_usb_probe(struct usb_interface *intf,
struct
usb_host_interface
*
altsetting
=
intf
->
altsetting
;
struct
hpusbscsi
*
new
;
int
error
=
-
ENOMEM
;
int
i
,
result
;
int
i
;
if
(
altsetting
->
desc
.
bNumEndpoints
!=
3
)
{
printk
(
KERN_ERR
"Wrong number of endpoints
\n
"
);
...
...
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