mirror of https://gitee.com/openkylin/linux.git
staging: ozwpan: fix redundant return in void function
Cleanup checkpatch.pl warnings. Signed-off-by: Adrian Nicoara <anicoara@uwaterloo.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d75b6c6154
commit
4bb3f83d47
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue