]> www.infradead.org Git - users/hch/nvme-cli.git/commit
fix 32-bit build
authorKeith Busch <kbusch@kernel.org>
Tue, 23 Jun 2020 14:35:17 +0000 (07:35 -0700)
committerKeith Busch <kbusch@kernel.org>
Tue, 23 Jun 2020 14:35:17 +0000 (07:35 -0700)
commitcdb43be97dbfc2d23d650bb010cc0454f0351c8b
tree5a2fe9abf6fd1655fde536e5f2402fcb44680c87
parente8a0b7aa561418d704bc52ffe53866d5633c325c
fix 32-bit build

sizeof() is different on 32 and 64 bit.

Signed-off-by: Keith Busch <kbusch@kernel.org>
plugins/wdc/wdc-nvme.c