> drivers/net/ethernet/aquantia/atlantic/aq_main.c: In function
> aq_ndo_setup_tc:
> drivers/net/ethernet/aquantia/atlantic/aq_main.c:369:7: warning: variable
> has_max_rate set but not used [-Wunused-but-set-variable]
>  369 |  bool has_max_rate;
>      |       ^~~~~~~~~~~~
> drivers/net/ethernet/aquantia/atlantic/aq_main.c:368:7: warning: variable
> has_min_rate set but not used [-Wunused-but-set-variable]
>  368 |  bool has_min_rate;
>      |       ^~~~~~~~~~~~
> 
> This probably needs to moved to patch 11 where it's used.

Thanks for the review, Jakub, I don't see these on my setup, probably thats
newer gcc or different build config.

Will fix this.

Regards,
  Igor

Reply via email to