Re: [PATCH net-next] net: microchip: lan743x: improve throughput with rx timestamp config

From: Jakub Kicinski
Date: Wed Oct 04 2023 - 14:00:36 EST


On Tue, 26 Sep 2023 21:26:58 +0530 Vishvambar Panth S wrote:
> + netif_warn(adapter, drv, adapter->netdev,
> + "rx timestamp = %d is not supported\n",
> + rx_filter);

I addition to Jake's comments please also drop this warning.

> + return -EINVAL;

And make sure this is the correct return code.
I thought -ERANGE was more appropriate here, but I could be wrong.