]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:24:11 +0000 (14:24 +0200)
commitf4d76dba574d3f854d9d989c338252f3f476c726
treeeb3565710903e76c224027a09010c9b13687e907
parenteb6937f16b2aaf107fc0b8f150ce734cacb28565
video: fbdev: sis: fix typos in SiS_GetModeID()

[ Upstream commit aa82ba27d9eb63761afd849b76cc443934743640 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/video/fbdev/sis/init.c