video: fbdev: sis: Drop useless call to SiS_GetResInfo()
authorSam Ravnborg <sam@ravnborg.org>
Sun, 6 Dec 2020 19:02:47 +0000 (20:02 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Tue, 8 Dec 2020 17:36:52 +0000 (18:36 +0100)
Coverity reported:

    Useless call (USELESS_CALL) side_effect_free: Calling
     SiS_GetResInfo(SiS_Pr, ModeNo, ModeIdIndex) is only useful for its
    return value, which is ignored.

And this is correct - so drop the call.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reported-by: Colin Ian King <colin.king@canonical.com>
Addresses-Coverity: ("Useless call")
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Colin Ian King <colin.king@canonical.com>
Cc: Thomas Winischhofer <thomas@winischhofer.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20201206190247.1861316-14-sam@ravnborg.org
drivers/video/fbdev/sis/init.c

index b77ea1a..b568c64 100644 (file)
@@ -2659,7 +2659,6 @@ SiS_SetCRT1ModeRegs(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
    if(SiS_Pr->UseCustomMode) {
       infoflag = SiS_Pr->CInfoFlag;
    } else {
-      SiS_GetResInfo(SiS_Pr, ModeNo, ModeIdIndex);
       if(ModeNo > 0x13) {
         infoflag = SiS_Pr->SiS_RefIndex[RRTI].Ext_InfoFlag;
       }