fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2
authorAleksandr Burakov <a.burakov@rosalinux.ru>
Fri, 1 Mar 2024 11:35:43 +0000 (14:35 +0300)
committerHelge Deller <deller@gmx.de>
Fri, 15 Mar 2024 09:05:35 +0000 (10:05 +0100)
commitbc87bb342f106a0402186bcb588fcbe945dced4b
tree5eca2097316105719e852d927cdbff15a568599d
parent974191720ae76ba3613c4aa2301c297b4de27e46
fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2

There are some actions with value 'tmp' but 'dst_addr' is checked instead.
It is obvious that a copy-paste error was made here and the value
of variable 'tmp' should be checked here.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Signed-off-by: Aleksandr Burakov <a.burakov@rosalinux.ru>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/via/accel.c