fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe()
authorGaosheng Cui <cuigaosheng1@huawei.com>
Wed, 23 Nov 2022 09:29:43 +0000 (17:29 +0800)
committerHelge Deller <deller@gmx.de>
Wed, 14 Dec 2022 19:01:50 +0000 (20:01 +0100)
commitc84bf485a5aaf9aa0764a58832b7ef4375c29f03
tree20ade0e84097b94bb3495572c972cfe2f0e6adee
parent3074742317e3b95dcd1faf248ad2b5c2d9d7a558
fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe()

The clk_disable_unprepare() should be called in the error handling
of register_framebuffer(), fix it.

Fixes: 0937a7b3625d ("video: ep93xx: Prepare clock before using it")
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/ep93xx-fb.c