u-boot-brain/drivers/nvme
Bin Meng 37d46870b3 nvme: Fix wrong ndev->queues memset
memset() was given a sizeof(NVME_Q_NUM * sizeof(struct nvme_queue *)
to clear, which is wrong.

Reported-by: Coverity (CID: 166729)
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2017-09-03 15:30:32 -04:00
..
Kconfig nvme: Add NVM Express driver support 2017-08-13 15:17:31 -04:00
Makefile nvme: Add show routine to print detailed information 2017-08-13 15:17:31 -04:00
nvme_show.c nvme: Apply cache operations on the DMA buffers 2017-08-28 07:17:13 -04:00
nvme-uclass.c nvme: Get rid of the global variable nvme_info 2017-08-28 07:17:14 -04:00
nvme.c nvme: Fix wrong ndev->queues memset 2017-09-03 15:30:32 -04:00
nvme.h nvme: Get rid of the global variable nvme_info 2017-08-28 07:17:14 -04:00