diff mbox series

[v1,1/1] igc: Remove IGC_MDIC_INT_EN definition

Message ID 20220808102421.1651482-1-sasha.neftin@intel.com
State Accepted
Delegated to: Anthony Nguyen
Headers show
Series [v1,1/1] igc: Remove IGC_MDIC_INT_EN definition | expand

Commit Message

Sasha Neftin Aug. 8, 2022, 10:24 a.m. UTC
IGC_MDIC_INT_EN defnition is not used. This patch comes to tidy up the
driver code.

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
---
 drivers/net/ethernet/intel/igc/igc_defines.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Paul Menzel Aug. 8, 2022, 10:28 a.m. UTC | #1
Dear Sasha,


Thank you for the patch. Why not make the summary:

> igc: Remove unused IGC_MDIC_INT_EN macro


Kind regards,

Paul
naamax.meir Aug. 14, 2022, 7:05 a.m. UTC | #2
On 8/8/2022 13:24, Sasha Neftin wrote:
> IGC_MDIC_INT_EN defnition is not used. This patch comes to tidy up the
> driver code.
> 
> Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
> ---
>   drivers/net/ethernet/intel/igc/igc_defines.h | 1 -
>   1 file changed, 1 deletion(-)
Tested-by: Naama Meir <naamax.meir@linux.intel.com>
diff mbox series

Patch

diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h
index 5c66b97c0cfa..4f9d7f013a95 100644
--- a/drivers/net/ethernet/intel/igc/igc_defines.h
+++ b/drivers/net/ethernet/intel/igc/igc_defines.h
@@ -610,7 +610,6 @@ 
 #define IGC_MDIC_OP_WRITE	0x04000000
 #define IGC_MDIC_OP_READ	0x08000000
 #define IGC_MDIC_READY		0x10000000
-#define IGC_MDIC_INT_EN		0x20000000
 #define IGC_MDIC_ERROR		0x40000000
 
 #define IGC_N0_QUEUE		-1