Commit 5e927360 authored by Jun Komuro's avatar Jun Komuro Committed by Linus Torvalds

[pcmcia fmvj18x_cs] share interrupts properly for TDK multifunction cards.

parent 6f89bec2
......@@ -502,6 +502,8 @@ static void fmvj18x_config(dev_link_t *link)
}
if (link->io.NumPorts2 != 0) {
link->irq.Attributes =
IRQ_TYPE_DYNAMIC_SHARING|IRQ_FIRST_SHARED|IRQ_HANDLE_PRESENT;
ret = mfc_try_io_port(link);
if (ret != CS_SUCCESS) goto cs_failed;
} else if (cardtype == UNGERMANN) {
......
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