taglinefilesource code
newirq435drivers/char/lp.cint newirq = arg;
newirq444drivers/char/lp.cif (!oldirq && newirq) {
newirq453drivers/char/lp.cif (newirq) {
newirq455drivers/char/lp.cif ((retval = request_irq(newirq, lp_interrupt, SA_INTERRUPT, "printer", NULL))) {
newirq467drivers/char/lp.cif (oldirq && !newirq) {
newirq472drivers/char/lp.cLP_IRQ(minor) = newirq;