diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2022-06-18 18:26:08 +0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-19 15:40:59 +0300 |
commit | 8f48dbd6deaf5a14c924c1de08bf7e36526bf3e7 (patch) | |
tree | 7b897691950a8288ab76a5ded5376b22e3671f97 /drivers/gpu/drm/bridge | |
parent | 90caf42527a40d09e0eed9fcbca08d757f4fd493 (diff) | |
download | linux-8f48dbd6deaf5a14c924c1de08bf7e36526bf3e7.tar.xz |
drm/bochs: Fix some error handling paths in bochs_pci_probe()
The remove() function calls bochs_hw_fini() but this function is not called
in the error handling of the probe.
This call releases the resources allocated by bochs_hw_init() used in
bochs_load().
Update the probe and bochs_load() to call bochs_hw_fini() if an error
occurs after a successful bochs_hw_init() call.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: http://patchwork.freedesktop.org/patch/msgid/0e676e4d56ab5b10fcf22860081414445611dfa7.1655565953.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/bridge')
0 files changed, 0 insertions, 0 deletions