Re: [PATCH] phy: phy-mtk-dp: make array driving_params static const

2022-09-29 Thread Vinod Koul
On 29-09-22, 14:01, Colin Ian King wrote: > Don't populate the read-only array driving_params on the stack but instead > make it static const. Also makes the object code a little smaller. Applied, thanks -- ~Vinod

[PATCH] phy: phy-mtk-dp: make array driving_params static const

2022-09-29 Thread Colin Ian King
Don't populate the read-only array driving_params on the stack but instead make it static const. Also makes the object code a little smaller. Signed-off-by: Colin Ian King --- drivers/phy/mediatek/phy-mtk-dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/mediat