Anyone looking for a little "janitorial" project to do under the drivers/net/wireless tree? find drivers/net/wireless/ -type f -exec grep -H WARN_ON {} \; | \ grep -v WARN_ON_ONCE | wc -l 653 That looks like an awful lot of "WARN_ON" calls. Do all of them really need to SPAM the log files every single time they are hit? Couldn't a lot of them be WARN_ON_ONCE instead? Patches welcome... John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html