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
c5059515
Commit
c5059515
authored
May 29, 2003
by
Arnaldo Carvalho de Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o drivers/usb/misc/emi26: initialize struct usb_driver ->owner field
parent
35fe68c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
drivers/usb/misc/emi26.c
drivers/usb/misc/emi26.c
+5
-4
No files found.
drivers/usb/misc/emi26.c
View file @
c5059515
...
...
@@ -227,10 +227,11 @@ static void emi26_disconnect(struct usb_interface *intf)
}
struct
usb_driver
emi26_driver
=
{
.
name
=
"emi26 - firmware loader"
,
.
probe
=
emi26_probe
,
.
disconnect
=
emi26_disconnect
,
.
id_table
=
NULL
,
.
owner
=
THIS_MODULE
,
.
name
=
"emi26 - firmware loader"
,
.
probe
=
emi26_probe
,
.
disconnect
=
emi26_disconnect
,
.
id_table
=
NULL
,
};
static
int
__init
emi26_init
(
void
)
...
...
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