]> git.baikalelectronics.ru Git - kernel.git/commit
video: fbdev: sis: fix typos in SiS_GetModeID()
authorRustam Subkhankulov <subkhankulov@ispras.ru>
Mon, 18 Jul 2022 12:43:43 +0000 (15:43 +0300)
committerHelge Deller <deller@gmx.de>
Tue, 26 Jul 2022 07:16:38 +0000 (09:16 +0200)
commitaa82ba27d9eb63761afd849b76cc443934743640
tree437023e3bdd1912e9da4b95589fb29d953bffd70
parenta87b08ad4689437259a61b1717b2f82e15f4c3c8
video: fbdev: sis: fix typos in SiS_GetModeID()

The second operand of a '&&' operator has no impact on expression
result for cases 400 and 512 in SiS_GetModeID().

Judging by the logic and the names of the variables, in both cases a
typo was made.

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

Signed-off-by: Rustam Subkhankulov <subkhankulov@ispras.ru>
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/sis/init.c