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
e8f366d4
Commit
e8f366d4
authored
Apr 23, 2004
by
Duncan Sands
Committed by
Greg Kroah-Hartman
Apr 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB usbfs: remove obsolete comment from proc_resetdevice
devio.c | 3 --- 1 files changed, 3 deletions(-)
parent
f6380455
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
drivers/usb/core/devio.c
drivers/usb/core/devio.c
+0
-3
No files found.
drivers/usb/core/devio.c
View file @
e8f366d4
...
...
@@ -730,9 +730,6 @@ static int proc_connectinfo(struct dev_state *ps, void __user *arg)
static
int
proc_resetdevice
(
struct
dev_state
*
ps
)
{
/* FIXME when usb_reset_device() is fixed we'll need to grab
* ps->dev->serialize before calling it.
*/
return
usb_reset_device
(
ps
->
dev
);
}
...
...
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