taglinefilesource code
newirq447drivers/char/lp.cint newirq = arg;
newirq456drivers/char/lp.cif (!oldirq && newirq) {
newirq465drivers/char/lp.cif (newirq) {
newirq467drivers/char/lp.cif ((retval = request_irq(newirq, lp_interrupt, SA_INTERRUPT, "printer"))) {
newirq479drivers/char/lp.cif (oldirq && !newirq) {
newirq484drivers/char/lp.cLP_IRQ(minor) = newirq;