[PATCH 1/1] gpu: drm: aspeed: fix value check in aspeed_gfx_load()

2023-07-28 Thread Yuanjun Gong
in aspeed_gfx_load(), check the return value of clk_prepare_enable() and return the error code if clk_prepare_enable() returns an unexpected value. Fixes: 4f2a8f5898ec ("drm: Add ASPEED GFX driver") Signed-off-by: Yuanjun Gong --- drivers/gpu/drm/aspeed/aspeed_gfx_drv.c | 6 +- 1 file change

Re: [PATCH 1/1] gpu: drm: aspeed: fix value check in aspeed_gfx_load()

2023-07-27 Thread Christophe JAILLET
Le 27/07/2023 à 19:03, Yuanjun Gong a écrit : in aspeed_gfx_load(), check the return value of clk_prepare_enable() and return the error code if clk_prepare_enable() returns an unexpected value. Fixes: 4f2a8f5898ec ("drm: Add ASPEED GFX driver") Signed-off-by: Yuanjun Gong --- drivers/gpu/drm/