From: Troy Kisky <[email protected]> Sent: Wednesday, April 06, 2016 10:26 AM > To: [email protected]; [email protected]; Fugang Duan > <[email protected]>; [email protected] > Cc: Fabio Estevam <[email protected]>; [email protected]; > [email protected]; [email protected]; [email protected]; linux-arm- > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; Troy Kisky <[email protected]> > Subject: [PATCH net-next V3 02/16] net: fec: remove unused interrupt > FEC_ENET_TS_TIMER > > FEC_ENET_TS_TIMER is not checked in the interrupt routine so there is no need > to enable it. > > Signed-off-by: Troy Kisky <[email protected]> > > --- > v3: New patch > > Frank Li said "TS_TIMER should never be triggered." > when discussing another patch. > --- > drivers/net/ethernet/freescale/fec.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/ethernet/freescale/fec.h > b/drivers/net/ethernet/freescale/fec.h > index 195122e..6dd0ba8 100644 > --- a/drivers/net/ethernet/freescale/fec.h > +++ b/drivers/net/ethernet/freescale/fec.h > @@ -374,8 +374,8 @@ struct bufdesc_ex { > #define FEC_ENET_TS_AVAIL ((uint)0x00010000) > #define FEC_ENET_TS_TIMER ((uint)0x00008000) > > -#define FEC_DEFAULT_IMASK (FEC_ENET_TXF | FEC_ENET_RXF | FEC_ENET_MII > | FEC_ENET_TS_TIMER) > -#define FEC_NAPI_IMASK (FEC_ENET_MII | FEC_ENET_TS_TIMER) > +#define FEC_DEFAULT_IMASK (FEC_ENET_TXF | FEC_ENET_RXF | FEC_ENET_MII) > +#define FEC_NAPI_IMASK FEC_ENET_MII > #define FEC_RX_DISABLED_IMASK (FEC_DEFAULT_IMASK & (~FEC_ENET_RXF)) > > /* ENET interrupt coalescing macro define */ > -- > 2.5.0
Acked-by: Fugang Duan <[email protected]>
