mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 11:14:27 +07:00
libertas: cleanup a variable name
"&card->priv->driver_lock" and "&priv->driver_lock" are the same and it's nicer to use the shorter one consistently. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
952348a5f8
commit
6d91ff7acc
@ -228,7 +228,7 @@ static int if_sdio_handle_cmd(struct if_sdio_card *card,
|
||||
memcpy(priv->resp_buf[i], buffer, size);
|
||||
lbs_notify_command_response(priv, i);
|
||||
|
||||
spin_unlock_irqrestore(&card->priv->driver_lock, flags);
|
||||
spin_unlock_irqrestore(&priv->driver_lock, flags);
|
||||
|
||||
ret = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user