Skip to content
Commit faae54ad authored by Chaitanya Tata's avatar Chaitanya Tata Committed by Johannes Berg
Browse files

cfg80211: reg: remove warn_on for a normal case



If there are simulatenous queries of regdb, then there might be a case
where multiple queries can trigger request_firmware_no_wait and can have
parallel callbacks being executed asynchronously. In this scenario we
might hit the WARN_ON.

So remove the warn_on, as the code already handles multiple callbacks
gracefully.

Signed-off-by: default avatarChaitanya Tata <chaitanya.tata@bluwireless.co.uk>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 7c53eb5d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment