Commit c9b4786f authored by Anton Blanchard's avatar Anton Blanchard

[PATCH] fix warning

Quick fix for:
  smbiod.c:272: warning: deprecated use of label at end of compound statement
parent 691e21ba
......@@ -269,6 +269,7 @@ static void smbiod_doio(struct smb_sb_info *server)
set_bit(SMBIOD_DATA_READY, &smbiod_flags);
out:
return;
}
/*
......
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