> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Przemek Kitszel > Sent: Friday, April 4, 2025 12:23 PM > To: [email protected]; Nguyen, Anthony L > <[email protected]> > Cc: [email protected]; Stanislav Fomichev <[email protected]>; Kitszel, > Przemyslaw <[email protected]>; Keller, Jacob E > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-net 3/6] iavf: simplify watchdog_task in > terms of adminq task scheduling > > Simplify the decision whether to schedule adminq task. The condition is the > same, but it is executed in more scenarios. > > Note that movement of watchdog_done label makes this commit a bit > surprising. (Hence not squashing it to anything bigger). > > Reviewed-by: Jacob Keller <[email protected]> > Signed-off-by: Przemek Kitszel <[email protected]> > --- > drivers/net/ethernet/intel/iavf/iavf_main.c | 17 ++++++----------- > 1 file changed, 6 insertions(+), 11 deletions(-) > > diff --git a/drivers/net/ethernet/intel/iavf/iavf_main.c > b/drivers/net/ethernet/intel/iavf/iavf_main.c > index 2c6e033c7341..5efe44724d11 100644 > --- a/drivers/net/ethernet/intel/iavf/iavf_main.c > +++ b/drivers/net/ethernet/intel/iavf/iavf_main.c > @@ -2934,6 +2934,7 @@ static void iavf_watchdog_task(struct work_struct
Tested-by: Rafal Romanowski <[email protected]>
