mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-09-02 15:02:51 +08:00
An empty slot used to read back 0xa0 per byte and the filter dropped it, so the field came out empty. Block reads report the failure instead and leave the buffer alone, and these two callers ignored that and printed what the last successful read had left there. Say nothing when there is nothing to read, which is what the other eight callers of sfp_read_block() already do.