mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
Revert "wifi: wilc1000: set atomic flag on kmemdup in srcu critical section"
This reverts commit35aee01ff4Commit35aee01ff4("wifi: wilc1000: set atomic flag on kmemdup in srcu critical section") was preparatory to the SRCU to RCU conversion done by commitf236464f1d("wifi: wilc1000: convert list management to RCU"). This conversion brought issues and so has been reverted, so the atomic flag is not needed anymore. Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://msgid.link/20240528-wilc_revert_srcu_to_rcu-v1-2-bce096e0798c@bootlin.com
This commit is contained in:
parent
ebfb5e8fc8
commit
3596717a6f
|
|
@ -1594,7 +1594,7 @@ void wilc_network_info_received(struct wilc *wilc, u8 *buffer, u32 length)
|
|||
msg->body.net_info.rssi = buffer[8];
|
||||
msg->body.net_info.mgmt = kmemdup(&buffer[9],
|
||||
msg->body.net_info.frame_len,
|
||||
GFP_ATOMIC);
|
||||
GFP_KERNEL);
|
||||
if (!msg->body.net_info.mgmt) {
|
||||
kfree(msg);
|
||||
goto out;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user