mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
libertas: remove redundant assignment to variable ret
The variable ret is being assigned a value that is never read and is
being re-assigned a little later on. The assignment is redundant and hence
can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
3b1e0a7bdf
commit
60b5b49f6a
|
|
@ -1003,7 +1003,6 @@ static int lbs_add_mesh(struct lbs_private *priv)
|
|||
if (priv->mesh_tlv) {
|
||||
sprintf(mesh_wdev->ssid, "mesh");
|
||||
mesh_wdev->mesh_id_up_len = 4;
|
||||
ret = 1;
|
||||
}
|
||||
|
||||
mesh_wdev->netdev = mesh_dev;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user