> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of Hongbo
> Li
> Sent: Monday, September 2, 2024 6:14 AM
> To: Nguyen, Anthony L <[email protected]>
> Cc: Kitszel, Przemyslaw <[email protected]>; [email protected];
> [email protected]; [email protected]; 
> [email protected];
> [email protected]; [email protected]; [email protected]
> Subject: [Intel-wired-lan] [PATCH net-next] ice: Make use of assign_bit() API
> 
> We have for some time the assign_bit() API to replace open coded
> 
>     if (foo)
>             set_bit(n, bar);
>     else
>             clear_bit(n, bar);
> 
> Use this API to clean the code. No functional change intended.
> 
> Signed-off-by: Hongbo Li <[email protected]>
> ---
>  drivers/net/ethernet/intel/ice/ice_main.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 

Tested-by: George Kuruvinakunnel <[email protected]>

Reply via email to