[PATCH 1/2] drm/stm: Fix leak of pixel clock enable in some error paths.

2017-06-22 Thread Eric Anholt
The clock gets enabled early on in init, since it's required in order to read registers. If only devm_clk_prepare_enable() was a thing! Signed-off-by: Eric Anholt --- This fixup, if you like, I would slip in before patch 1 of your series. drivers/gpu/drm/stm/ltdc.c | 10

[PATCH 1/2] drm/stm: Fix leak of pixel clock enable in some error paths.

2017-06-22 Thread Eric Anholt
The clock gets enabled early on in init, since it's required in order to read registers. If only devm_clk_prepare_enable() was a thing! Signed-off-by: Eric Anholt --- This fixup, if you like, I would slip in before patch 1 of your series. drivers/gpu/drm/stm/ltdc.c | 10 ++ 1 file