Drop another cookie to wet Warners appetite:
We need to call the drivers interrupt function even though the card is not multifunction.
This commit is contained in:
parent
b5518fb0cf
commit
13c33c582a
@ -1174,6 +1174,7 @@ static void
|
||||
pccard_intr(void *arg)
|
||||
{
|
||||
struct pccard_function *pf = (struct pccard_function*) arg;
|
||||
#ifdef COOKIE_FOR_WARNER
|
||||
int reg;
|
||||
|
||||
if (pf->intr_handler == NULL)
|
||||
@ -1189,6 +1190,11 @@ pccard_intr(void *arg)
|
||||
reg & ~PCCARD_CCR_STATUS_INTR);
|
||||
pf->intr_handler(pf->intr_handler_arg);
|
||||
}
|
||||
#else
|
||||
if (pf->intr_handler == NULL)
|
||||
return;
|
||||
pf->intr_handler(pf->intr_handler_arg);
|
||||
#endif
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user