forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/lib/zstd/compress.c
....@@ -3182,6 +3182,7 @@
31823182 zcs->outBuffFlushedSize = 0;
31833183 zcs->stage = zcss_flush; /* pass-through to flush stage */
31843184 }
3185
+ /* fall through */
31853186
31863187 case zcss_flush: {
31873188 size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize;