提交 2c78f701 编写于 作者: S Sudip Mukherjee 提交者: Greg Kroah-Hartman

staging: i4l: act2000: fix use of return

checkpatch warns that return is not a function and as such the brace
after it is not required.
Signed-off-by: NSudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 e7d992d8
...@@ -439,5 +439,5 @@ act2000_isa_download(act2000_card *card, act2000_ddef __user *cb) ...@@ -439,5 +439,5 @@ act2000_isa_download(act2000_card *card, act2000_ddef __user *cb)
} }
kfree(buf); kfree(buf);
msleep_interruptible(500); msleep_interruptible(500);
return (act2000_isa_getid(card)); return act2000_isa_getid(card);
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册