Commit 4bb3f83d authored by Adrian Nicoara's avatar Adrian Nicoara Committed by Greg Kroah-Hartman

staging: ozwpan: fix redundant return in void function

Cleanup checkpatch.pl warnings.
Signed-off-by: default avatarAdrian Nicoara <anicoara@uwaterloo.ca>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d75b6c61
......@@ -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);
dev_queue_xmit(skb);
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