mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
Merge branch '2020-08-24-misc-improvements'
- Squashfs compression support - Coverity fixes - XEN guest updates - Finish previous MediaTek updates - Arm Total Compute platform support
This commit is contained in:
@@ -555,7 +555,8 @@ literal:
|
||||
if (flags & SUPPRESS) {
|
||||
size_t sum = 0;
|
||||
|
||||
if ((n = inr) < width) {
|
||||
n = inr;
|
||||
if (n < width) {
|
||||
sum += n;
|
||||
width -= n;
|
||||
inp += n;
|
||||
|
Reference in New Issue
Block a user