Commit ef566247 authored by Adam Belay's avatar Adam Belay

[PNP] Trivial Typo fix regarding DMAs

The irq index is used instead of the dma index when parsing dmas.
parent bd40cb9d
......@@ -635,7 +635,7 @@ unsigned char * pnp_write_resources(unsigned char * p, unsigned char * end, stru
{
if (len != 2)
goto sm_err;
write_dma(p, &res->dma_resource[irq]);
write_dma(p, &res->dma_resource[dma]);
dma++;
break;
}
......
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