fbdev: uvesafb: Simplify uvesafb_remove()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 10 Dec 2022 11:35:23 +0000 (12:35 +0100)
committerHelge Deller <deller@gmx.de>
Wed, 14 Dec 2022 19:01:51 +0000 (20:01 +0100)
commitf2ff0c430fed8c6a6d64d11a41f0582bf8bba6f7
tree23281b3a2d0201e5fe7a84787251331822525076
parenta94371040712031ba129c7e9d8ff04a06a2f8207
fbdev: uvesafb: Simplify uvesafb_remove()

When the remove() function is called, we know that the probe() function has
successfully been executed. So 'info' is known to be not NULL.

Simplify the code accordingly.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/uvesafb.c