Commit efcc77ca authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix pcmcia_cs without ISA

(Taral)
parent 9dac600c
......@@ -1958,6 +1958,9 @@ int pcmcia_request_irq(client_handle_t handle, irq_req_t *req)
irq = req->IRQInfo1 & IRQ_MASK;
ret = try_irq(req->Attributes, irq, 1);
}
#else
} else {
ret = CS_UNSUPPORTED_MODE;
#endif
}
if (ret != 0) return ret;
......
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