Re: [PATCH] phy: phy-mtk-dp: Fix an error code in probe()

2023-07-11 Thread AngeloGioacchino Del Regno
Il 11/07/23 08:13, Dan Carpenter ha scritto: Negative -EINVAL was intended instead of positive EINVAL. Fixes: 6a23afad443a ("phy: phy-mtk-dp: Add driver for DP phy") Signed-off-by: Dan Carpenter Reviewed-by: AngeloGioacchino Del Regno

Re: [PATCH] phy: phy-mtk-dp: Fix an error code in probe()

2023-07-11 Thread Vinod Koul
On Tue, 11 Jul 2023 09:13:25 +0300, Dan Carpenter wrote: > Negative -EINVAL was intended instead of positive EINVAL. > > Applied, thanks! [1/1] phy: phy-mtk-dp: Fix an error code in probe() commit: 03966c3950d36d6b671158be3794eb7211434faa Best regards, -- ~Vinod

Re: [PATCH] phy: phy-mtk-dp: Fix an error code in probe()

2023-07-10 Thread Chen-Yu Tsai
On Tue, Jul 11, 2023 at 2:13 PM Dan Carpenter wrote: > > Negative -EINVAL was intended instead of positive EINVAL. > > Fixes: 6a23afad443a ("phy: phy-mtk-dp: Add driver for DP phy") > Signed-off-by: Dan Carpenter Reviewed-by: Chen-Yu Tsai

[PATCH] phy: phy-mtk-dp: Fix an error code in probe()

2023-07-10 Thread Dan Carpenter
Negative -EINVAL was intended instead of positive EINVAL. Fixes: 6a23afad443a ("phy: phy-mtk-dp: Add driver for DP phy") Signed-off-by: Dan Carpenter --- drivers/phy/mediatek/phy-mtk-dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/mediatek/phy-mtk-dp.c b/dri