Re: [PATCH v1 9/9] drm/bridge: tc358768: remove unused variable

2023-05-05 Thread Robert Foss
On Thu, Apr 27, 2023 at 4:34 PM Francesco Dolcini wrote: > > From: Francesco Dolcini > > Remove the unused phy_delay_nsk variable, before it was wrongly used > to compute some register value, the fixed computation is no longer using > it and therefore can be removed. > > Signed-off-by: Francesco

[PATCH v1 9/9] drm/bridge: tc358768: remove unused variable

2023-04-27 Thread Francesco Dolcini
From: Francesco Dolcini Remove the unused phy_delay_nsk variable, before it was wrongly used to compute some register value, the fixed computation is no longer using it and therefore can be removed. Signed-off-by: Francesco Dolcini --- drivers/gpu/drm/bridge/tc358768.c | 4 +--- 1 file changed