Hi, FILE: *drivers/net/wireless/bcmdhd/dhd_wlfc.c <http://git-master/r/#/c/501286/3/drivers/net/wireless/bcmdhd/dhd_wlfc.c>* (FUNCTION: *_dhd_wlfc_prec_drop* )
In function *'**_dhd_wlfc_prec_drop*', the ASSERT condition as below ASSERT(prec >= 0 && prec <= WLFC_PSO_PREC_COUNT); is supposed to be ASSERT(prec >= 0 && prec < WLFC_PSO_PREC_COUNT); Thanks, Pavi -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "Android Linux Kernel Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
