We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe6930 commit 9c26224Copy full SHA for 9c26224
drivers/firmware/raspberrypi.c
@@ -61,7 +61,7 @@ rpi_firmware_transaction(struct rpi_firmware *fw, u32 chan, u32 data)
61
reinit_completion(&fw->c);
62
ret = mbox_send_message(fw->chan, &message);
63
if (ret >= 0) {
64
- if (wait_for_completion_timeout(&fw->c, HZ)) {
+ if (wait_for_completion_timeout(&fw->c, 3*HZ)) {
65
ret = 0;
66
} else {
67
ret = -ETIMEDOUT;
0 commit comments