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
9adec06c
Commit
9adec06c
authored
Apr 10, 2003
by
Oliver Neukum
Committed by
Greg Kroah-Hartman
Apr 10, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: remove configuration change from rtl8150
there's no reason this driver should mess with configurations.
parent
c6e5e31c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
drivers/usb/net/rtl8150.c
drivers/usb/net/rtl8150.c
+0
-4
No files found.
drivers/usb/net/rtl8150.c
View file @
9adec06c
...
...
@@ -791,10 +791,6 @@ static int rtl8150_probe(struct usb_interface *intf,
rtl8150_t
*
dev
;
struct
net_device
*
netdev
;
if
(
usb_set_configuration
(
udev
,
udev
->
config
[
0
].
desc
.
bConfigurationValue
))
{
err
(
"usb_set_configuration() failed"
);
return
-
EIO
;
}
dev
=
kmalloc
(
sizeof
(
rtl8150_t
),
GFP_KERNEL
);
if
(
!
dev
)
{
err
(
"Out of memory"
);
...
...
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