|
@@ -1939,7 +1939,7 @@ int be_cmd_write_flashrom(struct be_adapter *adapter, struct be_dma_mem *cmd,
|
|
|
spin_unlock_bh(&adapter->mcc_lock);
|
|
spin_unlock_bh(&adapter->mcc_lock);
|
|
|
|
|
|
|
|
if (!wait_for_completion_timeout(&adapter->flash_compl,
|
|
if (!wait_for_completion_timeout(&adapter->flash_compl,
|
|
|
- msecs_to_jiffies(12000)))
|
|
|
|
|
|
|
+ msecs_to_jiffies(40000)))
|
|
|
status = -1;
|
|
status = -1;
|
|
|
else
|
|
else
|
|
|
status = adapter->flash_status;
|
|
status = adapter->flash_status;
|