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

parent c61dfa05
...@@ -2614,7 +2614,7 @@ sfe_close(const struct stevedore *stv, int warn) ...@@ -2614,7 +2614,7 @@ sfe_close(const struct stevedore *stv, int warn)
sfe_close_real(stvfe); sfe_close_real(stvfe);
break; break;
default: 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