Please SRU woraround for bug #276990

Ben Collins ben.collins at canonical.com
Wed Nov 5 17:55:33 UTC 2008


Tim Gardner wrote:
> See attached
> 

Not sure how much this message pops up, but would it make sense to rate 
limit the printk? Something like:

	if (unlikely(txq_id != IWL_CMD_QUEUE_NUM)) {
		if (printk_rate_limit)
			printk(KERN_WARN ""wrong command queue %d, command id 0x%X\n", 
txq_id, pkt->hdr.cmd);
		return;
	}




More information about the kernel-team mailing list