On Fri, 16 Mar 2007, Oliver Neukum wrote:

> > > +                 __clear_bit(i % 32, &deathrow[i / 32]);
> > 
> > You shouldn't need to do these computations.  clear_bit(i, deathrow)  
> > will work just as well.  But the bitops want their argument to be an array
> > of unsigned long, not u32.
> 
> OK. How do I size this cleanly? BITS_PER_LONG?

That would work.

Alan Stern


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to