From: Mark Starovoytov <mstarovoi...@marvell.com>

This patch removes unnecessary check for boot code survivability before
reset request.

Signed-off-by: Mark Starovoytov <mstarovoi...@marvell.com>
Signed-off-by: Igor Russkikh <irussk...@marvell.com>
---
 .../ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils.c    | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils.c 
b/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils.c
index 85ccc9a011a0..f3766780e975 100644
--- a/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils.c
+++ b/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils.c
@@ -75,14 +75,6 @@ int hw_atl2_utils_soft_reset(struct aq_hw_s *self)
        u32 rbl_request;
        int err;
 
-       err = readx_poll_timeout_atomic(hw_atl2_mif_mcp_boot_reg_get, self,
-                               rbl_status,
-                               ((rbl_status & AQ_A2_BOOT_STARTED) &&
-                                (rbl_status != 0xFFFFFFFFu)),
-                               10, 500000);
-       if (err)
-               aq_pr_trace("Boot code probably hanged, reboot anyway");
-
        hw_atl2_mif_host_req_int_clr(self, 0x01);
        rbl_request = AQ_A2_FW_BOOT_REQ_REBOOT;
 #ifdef AQ_CFG_FAST_START
-- 
2.20.1

Reply via email to