summaryrefslogtreecommitdiffstats
path: root/plugins/fdp/fdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fdp/fdp.c')
-rw-r--r--plugins/fdp/fdp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/fdp/fdp.c b/plugins/fdp/fdp.c
index 1e292e8..9fef271 100644
--- a/plugins/fdp/fdp.c
+++ b/plugins/fdp/fdp.c
@@ -350,8 +350,7 @@ static int fdp_status(int argc, char **argv, struct command *cmd, struct plugin
goto out;
}
- len = sizeof(struct nvme_fdp_ruh_status) +
- le16_to_cpu(hdr.nruhsd) * sizeof(struct nvme_fdp_ruh_status_desc);
+ len = le16_to_cpu(hdr.nruhsd) * sizeof(struct nvme_fdp_ruh_status_desc);
buf = malloc(len);
if (!buf) {
err = -ENOMEM;