30ac0b496b
The current code invalidates the range after the read buffer since the
buffer pointer gets incremented in the read loop. Use a temporary
pointer to make sure we have a pristine pointer to invalidate the
correct memory range after read.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
nvme_show.c | ||
nvme-uclass.c | ||
nvme.c | ||
nvme.h |