Re: [PATCH 08/11] net: dwc_eth_qos: Constify st,eth-* values parsed out of DT

2024-04-05 Thread Christophe ROULLIER
On 3/9/24 03:11, Marek Vasut wrote: Use const bool for the values parsed out of DT. Drop the duplicate assignment of false into those bool variables, assign them directly with the content parsed out of DT. Abbreviate the variable name too. Signed-off-by: Marek Vasut --- Cc: Christophe Roullier

Re: [PATCH 08/11] net: dwc_eth_qos: Constify st,eth-* values parsed out of DT

2024-03-12 Thread Patrice CHOTARD
On 3/9/24 03:11, Marek Vasut wrote: > Use const bool for the values parsed out of DT. Drop the duplicate > assignment of false into those bool variables, assign them directly > with the content parsed out of DT. Abbreviate the variable name too. > > Signed-off-by: Marek Vasut > --- > Cc:

[PATCH 08/11] net: dwc_eth_qos: Constify st, eth-* values parsed out of DT

2024-03-08 Thread Marek Vasut
Use const bool for the values parsed out of DT. Drop the duplicate assignment of false into those bool variables, assign them directly with the content parsed out of DT. Abbreviate the variable name too. Signed-off-by: Marek Vasut --- Cc: Christophe Roullier Cc: Joe Hershberger Cc: Patrice