Commit faceaf42 authored by longpanda's avatar longpanda
Browse files

update ko

parent 37edd5a3
No preview for this file type
......@@ -783,11 +783,6 @@ g_ventoy_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
return NULL;
}
if (strcmp(pp->name, "ada1"))
{
return NULL;
}
g_ventoy_tasted = true;
G_DEBUG("######### ventoy disk <%s> #############\n", pp->name);
......
......@@ -782,11 +782,6 @@ g_ventoy_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
return NULL;
}
if (strcmp(pp->name, "ada1"))
{
return NULL;
}
g_ventoy_tasted = true;
G_DEBUG("######### ventoy disk <%s> #############\n", pp->name);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment