diff options
author | Alexis Lothoré <alexis.lothore@bootlin.com> | 2024-04-10 09:10:34 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2024-04-16 18:30:57 +0300 |
commit | f236464f1db7bea80075e6e31ac70dc6eb80547f (patch) | |
tree | 8a91d683733111d2fb702d4bd87a9d6dfaac94c4 /drivers/fpga/dfl-pci.c | |
parent | 35aee01ff43d7eb6c2caa0b94e7cc6c45baeeab7 (diff) |
wifi: wilc1000: convert list management to RCU
wilc1000 driver currently uses SRCU API to manage vif list. There is no
real reason to use SRCU API here, and it makes things slightly more
complicated (we need to handle a SRCU index as well as a srcu_struct) than
classical RCU.
Switch SRCU APIs to RCU APIs.
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240410-wilc_srcu_to_rcu-v1-2-a9ff5b10feaa@bootlin.com
Diffstat (limited to 'drivers/fpga/dfl-pci.c')
0 files changed, 0 insertions, 0 deletions