stanse errors in staging

Greg KH greg at kroah.com
Fri Jan 8 19:04:06 UTC 2010


On Fri, Jan 08, 2010 at 12:05:19PM +0100, Jiri Slaby wrote:
> Hi,
> 
> I've checked 2.6.33-rc3 including staging tree. Could anybody look at
> stanse errors found in the staging:
> http://decibel.fi.muni.cz/~xslaby/stanse/?db=33-rc
> 
> Apart from false positives, there are issues such as:
>      for (ii = RATE_54M; ii >= RATE_6M; ii --) {
>          if ( (pDevice->wBasicRate) & ((WORD)(1<<ii)) )
>              byTopOFDM = ii;
>              break;
>      }
> -- or --
>         mutex_lock(&ev_int->event_list_lock);
>         if (test_bit(IIO_BUSY_BIT_POS, &ev_int->handler.flags)) {
>                 if (ev_int->current_events == ev_int->max_events)
>                         return 0;

This looks like a real problem, patches gladly accepted :)

thanks,

greg k-h



More information about the devel mailing list