mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2026-04-01 07:00:01 +00:00
Remove wrappers for atomic operations
These wrappers were useful when this driver had the hooks for Windows, but are no longer needed. Link: https://lore.kernel.org/r/20210802192721.23110-4-Larry.Finger@lwfinger.net
This commit is contained in:
committed by
Carlos Garcés
parent
e8b235e056
commit
d7c3737cd5
@@ -2374,7 +2374,7 @@ static void rm_dbg_show_meas(struct rm_obj *prm, char *s)
|
||||
psta->cmn.aid, MAC_ARG(psta->cmn.mac_addr));
|
||||
|
||||
sprintf(pstr(s), "clock=%d, state=%s, rpt=%u/%u\n",
|
||||
(int)ATOMIC_READ(&prm->pclock->counter),
|
||||
(int)atomic_read(&prm->pclock->counter),
|
||||
rm_state_name(prm->state), prm->p.rpt, prm->q.rpt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user