Spdk/lib/ioat
Sebastian Brzezinka a8d21b9b55 lib/ioat: initialized ‘status’ variable before use
This patch fix `gcc-12` warning: #2829

```
warning: ‘status’ may be used uninitialized [-Wmaybe-uninitialized]
ioat.c:360:18: note: ‘status’ was declared here
  360 |         uint64_t status;
      |                  ^~~~~~
```

Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
Change-Id: I8d010256e51cf6f1b9047d054773cb85d435ccf9
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16339
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2023-01-18 21:27:01 +00:00
..
ioat_internal.h update Intel copyright notices 2022-11-10 08:28:53 +00:00
ioat.c lib/ioat: initialized ‘status’ variable before use 2023-01-18 21:27:01 +00:00
Makefile update Intel copyright notices 2022-11-10 08:28:53 +00:00
spdk_ioat.map lib/ioat: add mew API to get the max # of descriptors supported 2020-07-23 22:26:39 +00:00