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
7a4e572b
Commit
7a4e572b
authored
Jan 06, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB brlvger: Forward port 2.4 fix for misuse of types.
Thanks to Dave Jones for pointing this out.
parent
6046b3ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/usb/misc/brlvger.c
drivers/usb/misc/brlvger.c
+2
-1
No files found.
drivers/usb/misc/brlvger.c
View file @
7a4e572b
...
...
@@ -589,7 +589,8 @@ brlvger_write(struct file *file, const char *buffer,
struct
brlvger_priv
*
priv
=
file
->
private_data
;
char
buf
[
MAX_BRLVGER_CELLS
];
int
ret
;
int
rs
,
off
;
size_t
rs
;
loff_t
off
;
__u16
written
;
if
(
!
priv
->
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