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
c495aaaf
Commit
c495aaaf
authored
May 07, 2003
by
Greg Kroah-Hartman
Committed by
Linus Torvalds
May 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: fix up compile error in tiglusb driver due to devfs_mk_cdev() changes.
parent
237f100a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/usb/misc/tiglusb.c
drivers/usb/misc/tiglusb.c
+1
-1
No files found.
drivers/usb/misc/tiglusb.c
View file @
c495aaaf
...
...
@@ -370,7 +370,7 @@ tiglusb_probe (struct usb_interface *intf,
up
(
&
s
->
mutex
);
dbg
(
"bound to interface"
);
devfs_mk_cdev
(
M
AJOR
(
TIUSB_MAJOR
,
TIUSB_MINOR
+
s
->
minor
)
,
devfs_mk_cdev
(
M
KDEV
(
TIUSB_MAJOR
,
TIUSB_MINOR
)
+
s
->
minor
,
S_IFCHR
|
S_IRUGO
|
S_IWUGO
,
"ticables/usb/%d"
,
s
->
minor
);
...
...
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