提交 4bb3f83d 编写于 作者: A Adrian Nicoara 提交者: Greg Kroah-Hartman

staging: ozwpan: fix redundant return in void function

Cleanup checkpatch.pl warnings.
Signed-off-by: NAdrian Nicoara <anicoara@uwaterloo.ca>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 d75b6c61
...@@ -112,7 +112,6 @@ static void oz_send_conn_rsp(struct oz_pd *pd, u8 status) ...@@ -112,7 +112,6 @@ static void oz_send_conn_rsp(struct oz_pd *pd, u8 status)
} }
oz_dbg(ON, "TX: OZ_ELT_CONNECT_RSP %d", status); oz_dbg(ON, "TX: OZ_ELT_CONNECT_RSP %d", status);
dev_queue_xmit(skb); dev_queue_xmit(skb);
return;
} }
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册