From 37f8a41ad07340c3db8a6bff2905ce5c954429ea Mon Sep 17 00:00:00 2001 From: Mark Spender Date: Thu, 16 Nov 2017 08:04:18 +0000 Subject: [PATCH] net/sfc/base: remove assertion on no longer used define MC_CMD_INIT_RXQ_OUT_LEN is not used any more. Signed-off-by: Mark Spender Signed-off-by: Andrew Rybchenko --- drivers/net/sfc/base/ef10_rx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/sfc/base/ef10_rx.c b/drivers/net/sfc/base/ef10_rx.c index 5ede72806f..2942d0325d 100644 --- a/drivers/net/sfc/base/ef10_rx.c +++ b/drivers/net/sfc/base/ef10_rx.c @@ -58,8 +58,6 @@ efx_mcdi_init_rxq( uint32_t dma_mode; boolean_t want_outer_classes; - /* If this changes, then the payload size might need to change. */ - EFSYS_ASSERT3U(MC_CMD_INIT_RXQ_OUT_LEN, ==, 0); EFSYS_ASSERT3U(size, <=, EFX_RXQ_MAXNDESCS); if (ps_bufsize > 0) -- 2.20.1