On Wed, 3 Jun 2020 17:25:47 +0800 Chuhong Yuan hslester96@gmail.com wrote:
Although gx1fb_probe() has handled the failure of gx1fb_map_video_memory() partly, it does not call pci_disable_device() as gx1fb_map_video_memory() calls pci_enable_device(). Add the missed function call to fix the bug.
Fixes: 53eed4ec8bcd ("[PATCH] fbdev: geode updates]") Signed-off-by: Chuhong Yuan hslester96@gmail.com
drivers/video/fbdev/geode/gx1fb_core.c | 37 ++++++++++++++++++-------- 1 file changed, 26 insertions(+), 11 deletions(-)
Hi,
there is a typo in the patch subject, the driver seems to be called geode, not geocode.
Thanks, pq