mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 15:59:33 +07:00
Merge branch 'master' into for-linus
This commit is contained in:
commit
e6f25a7b23
@ -108,7 +108,7 @@ static int fill_pkg(struct cn_msg *msg, struct dm_ulog_request *tfr)
|
|||||||
*(pkg->data_size) = 0;
|
*(pkg->data_size) = 0;
|
||||||
} else if (tfr->data_size > *(pkg->data_size)) {
|
} else if (tfr->data_size > *(pkg->data_size)) {
|
||||||
DMERR("Insufficient space to receive package [%u] "
|
DMERR("Insufficient space to receive package [%u] "
|
||||||
"(%u vs %lu)", tfr->request_type,
|
"(%u vs %zu)", tfr->request_type,
|
||||||
tfr->data_size, *(pkg->data_size));
|
tfr->data_size, *(pkg->data_size));
|
||||||
|
|
||||||
*(pkg->data_size) = 0;
|
*(pkg->data_size) = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user