diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index da49cbd64..898fefa2e 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -6001,7 +6001,7 @@ out: static enum compl_status_e blockio_exec_write_verify(struct vdisk_cmd_params *p) { /* Not yet implemented */ - WARN_ON(true); + PRINT_WARNING("vdisk_blockio: WRITE VERIFY is not yet implemented"); return blockio_exec_write(p); }