taglinefilesource code
newirq431drivers/char/lp.cint newirq = arg;
newirq440drivers/char/lp.cif (!oldirq && newirq) {
newirq449drivers/char/lp.cif (newirq) {
newirq451drivers/char/lp.cif ((retval = request_irq(newirq, lp_interrupt, SA_INTERRUPT, "printer"))) {
newirq463drivers/char/lp.cif (oldirq && !newirq) {
newirq468drivers/char/lp.cLP_IRQ(minor) = newirq;