Hello there,

linux-5.0-rc1/drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c:412]: 
(style) Expression is always false because 'else if' condition matches previous 
condition at line 410.

Source code is

        else if (pRaInfo->HighestRate > 0x0b)
                pRaInfo->PTModeSS = 2;
        else if (pRaInfo->HighestRate > 0x0b)
                pRaInfo->PTModeSS = 1;

Suggest code rework.

Regards

David Binderman
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to