]> git.hungrycats.org Git - linux/commitdiff
[PATCH] fix warning
authorAnton Blanchard <anton@samba.org>
Thu, 1 Aug 2002 05:24:18 +0000 (22:24 -0700)
committerAnton Blanchard <anton@samba.org>
Thu, 1 Aug 2002 05:24:18 +0000 (22:24 -0700)
Quick fix for:
  smbiod.c:272: warning: deprecated use of label at end of compound statement

fs/smbfs/smbiod.c

index 98e5bae274f27bc4744f098373df6d5a5ed97fc6..732449552331be34b3f897db850dbd5a9ada31af 100644 (file)
@@ -269,6 +269,7 @@ static void smbiod_doio(struct smb_sb_info *server)
                set_bit(SMBIOD_DATA_READY, &smbiod_flags);
 
 out:
+       return;
 }
 
 /*