On Mon, May 30, 2011 at 11:23:40PM +0200, Peter Hüwe wrote:
> Hi Janitors, staging-list
> 
> what is your opinion on using set_bit instead of using |= to set a bit?
> Is it worth the effort to convert  existing |= to set_bit?

I doubt converting existing stuff is needed, but any future stuff is
always nice to use set_bit() for the reasons you suggest.

thanks,

greg k-h
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to