Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
e6f25a7b
Commit
e6f25a7b
authored
Aug 17, 2009
by
Rafael J. Wysocki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into for-linus
parents
3e2bcad8
894ef820
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/md/dm-log-userspace-transfer.c
drivers/md/dm-log-userspace-transfer.c
+1
-1
No files found.
drivers/md/dm-log-userspace-transfer.c
View file @
e6f25a7b
...
...
@@ -108,7 +108,7 @@ static int fill_pkg(struct cn_msg *msg, struct dm_ulog_request *tfr)
*
(
pkg
->
data_size
)
=
0
;
}
else
if
(
tfr
->
data_size
>
*
(
pkg
->
data_size
))
{
DMERR
(
"Insufficient space to receive package [%u] "
"(%u vs %
l
u)"
,
tfr
->
request_type
,
"(%u vs %
z
u)"
,
tfr
->
request_type
,
tfr
->
data_size
,
*
(
pkg
->
data_size
));
*
(
pkg
->
data_size
)
=
0
;
...
...
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