fellow_storage: Turn a wrong INCOMPL() into a right WRONG()

parent 376249c4
......@@ -2613,7 +2613,7 @@ sfe_close(const struct stevedore *stv, int warn)
sfe_close_real(stvfe);
break;
default:
INCOMPL();
WRONG("sfe_close warn value");
}
}
......
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