scst_vdisk: Add a return statement at the end of a function. This makes the nightly build succeed again with option "-u".

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4274 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-05-03 06:40:01 +00:00
parent 8ee91132a8
commit 7dfb0f3b0a
+1
View File
@@ -967,6 +967,7 @@ static void vdisk_detach_tgt(struct scst_tgt_dev *tgt_dev)
out:
TRACE_EXIT();
return;
}
static enum compl_status_e vdisk_synchronize_cache(struct vdisk_cmd_params *p)