diff options
author | Daniel Ritz <[email protected]> | 2005-09-09 13:03:25 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2005-09-09 13:57:47 -0700 |
commit | c181e0e00ff778623c7fda055fd404a06d2c7845 (patch) | |
tree | 4d105c0d9653ad575b66017c163ac437a1a2b793 /scripts/basic/docproc.c | |
parent | bf4de6f2db79f3c396bd884f546cd2ea91a686f2 (diff) |
[PATCH] fix pcmcia_request_irq() for multifunction card
multifunction cards need to have the same irq assigned to both functions.
the code tries that but fails because ret is still set to CS_IN_USE which
results in the function having the CB irq assigned. yenta_set_socket then
just changes the irq routing to use the PCI interrupt but the first
functions irq handler is registered on an ISA interrupt. boom.
Signed-off-by: Daniel Ritz <[email protected]>
Cc: Dominik Brodowski <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic/docproc.c')
0 files changed, 0 insertions, 0 deletions