diff --git a/block/sed-opal.c b/block/sed-opal.c index d442f29e84f129f41c960a05644cf3c456763dc9..4e95a9792162582d5a4c7bd4fc48f95a5135fcec 100644 --- a/block/sed-opal.c +++ b/block/sed-opal.c @@ -905,10 +905,6 @@ static int response_parse(const u8 *buf, size_t length, num_entries++; } - if (num_entries == 0) { - pr_debug("Couldn't parse response.\n"); - return -EINVAL; - } resp->num = num_entries; return 0;