From ec79c42c6d8c960990eceea3baefb09159b728c2 Mon Sep 17 00:00:00 2001 From: Andy Moreton Date: Tue, 20 Feb 2018 07:34:18 +0000 Subject: [PATCH] net/sfc/base: remove obsolete comments Signed-off-by: Andy Moreton Signed-off-by: Andrew Rybchenko --- drivers/net/sfc/base/medford2_nic.c | 5 ----- drivers/net/sfc/base/medford_nic.c | 5 ----- 2 files changed, 10 deletions(-) diff --git a/drivers/net/sfc/base/medford2_nic.c b/drivers/net/sfc/base/medford2_nic.c index 2090990167..7f5ad17577 100644 --- a/drivers/net/sfc/base/medford2_nic.c +++ b/drivers/net/sfc/base/medford2_nic.c @@ -54,11 +54,6 @@ medford2_board_cfg( uint32_t bandwidth; efx_rc_t rc; - /* - * FIXME: Likely to be incomplete and incorrect. - * Parts of this should be shared with Huntington. - */ - /* * Enable firmware workarounds for hardware errata. * Expected responses are: diff --git a/drivers/net/sfc/base/medford_nic.c b/drivers/net/sfc/base/medford_nic.c index a8812bb866..6dc895f5b7 100644 --- a/drivers/net/sfc/base/medford_nic.c +++ b/drivers/net/sfc/base/medford_nic.c @@ -52,11 +52,6 @@ medford_board_cfg( uint32_t bandwidth; efx_rc_t rc; - /* - * FIXME: Likely to be incomplete and incorrect. - * Parts of this should be shared with Huntington. - */ - /* * Enable firmware workarounds for hardware errata. * Expected responses are: -- 2.20.1