Commit ef27791d authored by Linus Torvalds's avatar Linus Torvalds Committed by Linus Torvalds

Remove unnecessary (and now nonworking) "sti()" in parport

interrupt probing
parent e5066df3
......@@ -2058,7 +2058,6 @@ static int __devinit irq_probe_ECP(struct parport *pb)
int i;
unsigned long irqs;
sti();
irqs = probe_irq_on();
ECR_WRITE (pb, ECR_SPP << 5); /* Reset FIFO */
......@@ -2093,7 +2092,6 @@ static int __devinit irq_probe_EPP(struct parport *pb)
if (pb->modes & PARPORT_MODE_PCECR)
oecr = inb (ECONTROL (pb));
sti();
irqs = probe_irq_on();
if (pb->modes & PARPORT_MODE_PCECR)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment