From 7dfb0f3b0aba0091442612b18b7374d0ed5fd660 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 3 May 2012 06:40:01 +0000 Subject: [PATCH] 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 --- scst/src/dev_handlers/scst_vdisk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 43bee0cc4..cf2dc751a 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -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)