Re: [PATCH] drm/bridge: anx7625: Zero error variable when panel bridge not present

2022-06-15 Thread Robert Foss
On Tue, 14 Jun 2022 at 09:52, AngeloGioacchino Del Regno wrote: > > Il 13/06/22 18:37, Nícolas F. R. A. Prado ha scritto: > > While parsing the DT, the anx7625 driver checks for the presence of a > > panel bridge on endpoint 1. If it is missing, pdata->panel_bridge stores > > the error pointer and

Re: [PATCH] drm/bridge: anx7625: Zero error variable when panel bridge not present

2022-06-14 Thread AngeloGioacchino Del Regno
Il 13/06/22 18:37, Nícolas F. R. A. Prado ha scritto: While parsing the DT, the anx7625 driver checks for the presence of a panel bridge on endpoint 1. If it is missing, pdata->panel_bridge stores the error pointer and the function returns successfully without first cleaning that variable. This i

Re: [PATCH] drm/bridge: anx7625: Zero error variable when panel bridge not present

2022-06-13 Thread José Expósito
On Mon, Jun 13, 2022 at 12:37:05PM -0400, Nícolas F. R. A. Prado wrote: > While parsing the DT, the anx7625 driver checks for the presence of a > panel bridge on endpoint 1. If it is missing, pdata->panel_bridge stores > the error pointer and the function returns successfully without first > cleani

[PATCH] drm/bridge: anx7625: Zero error variable when panel bridge not present

2022-06-13 Thread Nícolas F . R . A . Prado
While parsing the DT, the anx7625 driver checks for the presence of a panel bridge on endpoint 1. If it is missing, pdata->panel_bridge stores the error pointer and the function returns successfully without first cleaning that variable. This is an issue since other functions later check for the pre