Hi,

I submitted your change for review:
  https://android-review.googlesource.com/#/c/110954/
And you can do this yourself next time.
Thanks,

Dmitry

On Tuesday, October 14, 2014 4:10:05 AM UTC-7, pavi1729 wrote:
>
> 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: android-kernel+unsubscr...@googlegroups.com
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 android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to