mt76: mt7921: fix retrying release semaphore without end
We should pass the error code to the caller immediately to avoid the possible infinite retry to release the semaphore. Fixes: 1c099ab44727 ("mt76: mt7921: add MCU support") Co-developed-by: YN Chen <YN.Chen@mediatek.com> Signed-off-by: YN Chen <YN.Chen@mediatek.com> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
3a00987687
commit
02d1c7d494
@ -736,7 +736,7 @@ out:
|
||||
default:
|
||||
ret = -EAGAIN;
|
||||
dev_err(dev->mt76.dev, "Failed to release patch semaphore\n");
|
||||
goto out;
|
||||
break;
|
||||
}
|
||||
release_firmware(fw);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user