no comment

questo e’ il pezzo di codice che mi sta dando problemi perche’ non gestisce gli IRQ condivisi… a volte devo dare ragione a Fuggetta che software libero non vuol dire per forza qualita’…


i = pcmcia_request_irq(link, &link->irq);
if (i != 0) {
	/* FIXME: comment does not fit, error handling does not fit */
	printk(KERN_NOTICE
	       "serial_cs: no usable port range found, giving upn");
	link->irq.AssignedIRQ = 0;
}

…tratto dal drivers/serial/serial_cs.c +589

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s