[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240627161547.757f806d@kernel.org>
Date: Thu, 27 Jun 2024 16:15:47 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Tony Nguyen <anthony.l.nguyen@...el.com>
Cc: davem@...emloft.net, pabeni@...hat.com, edumazet@...gle.com,
netdev@...r.kernel.org, Milena Olech <milena.olech@...el.com>,
richardcochran@...il.com, Przemek Kitszel <przemyslaw.kitszel@...el.com>,
Jacob Keller <jacob.e.keller@...el.com>, Karol Kolacinski
<karol.kolacinski@...el.com>, Simon Horman <horms@...nel.org>, Pucha
Himasekhar Reddy <himasekharx.reddy.pucha@...el.com>
Subject: Re: [PATCH net 1/4] ice: Fix improper extts handling
On Tue, 25 Jun 2024 10:02:44 -0700 Tony Nguyen wrote:
> /* set event level to requested edge */
> - if (extts_flags & PTP_FALLING_EDGE)
> + if (config->flags & PTP_FALLING_EDGE)
> aux_reg |= GLTSYN_AUX_IN_0_EVNTLVL_FALLING_EDGE;
> - if (extts_flags & PTP_RISING_EDGE)
> + if (config->flags & PTP_RISING_EDGE)
nit: double space here
Powered by blists - more mailing lists