summaryrefslogtreecommitdiffstats
path: root/plugins/ocp/ocp-clear-features.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ocp/ocp-clear-features.c')
-rw-r--r--plugins/ocp/ocp-clear-features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ocp/ocp-clear-features.c b/plugins/ocp/ocp-clear-features.c
index 0f49584..731dfea 100644
--- a/plugins/ocp/ocp-clear-features.c
+++ b/plugins/ocp/ocp-clear-features.c
@@ -18,7 +18,7 @@ static int ocp_clear_feature(int argc, char **argv, const char *desc, const __u8
__u32 result = 0;
__u32 clear = 1 << 31;
struct nvme_dev *dev;
- int uuid_index = 0;
+ __u8 uuid_index = 0;
bool uuid = true;
int err;